Add common tags to common tasks
This commit is contained in:
parent
19bca26d1b
commit
f8549a6ad4
8
site.yml
8
site.yml
@ -3,8 +3,10 @@
|
||||
---
|
||||
- hosts: all
|
||||
roles:
|
||||
- common
|
||||
- influxdb
|
||||
- role: common
|
||||
tags: [ common ]
|
||||
- role: influxdb
|
||||
tags: [ common ]
|
||||
- role: user
|
||||
vars:
|
||||
user_username: salt
|
||||
@ -19,7 +21,7 @@
|
||||
62383065653836366431316461663862393130653761643937376565366435646665313961663534
|
||||
64303363653631653433343361616635373966326433663466636164613062343561333036613937
|
||||
35616666633737356331653632323639373330396433366639326466373639313630
|
||||
tags: [ user ]
|
||||
tags: [ common, user ]
|
||||
- import_playbook: webservers.yml
|
||||
- import_playbook: gameservers.yml
|
||||
- import_playbook: ansiblehosts.yml
|
||||
|
Loading…
Reference in New Issue
Block a user