Only run influxdb on aws boxes
This commit is contained in:
parent
5ed134fc66
commit
2ce3297f4e
4
site.yml
4
site.yml
@ -10,8 +10,6 @@
|
||||
roles:
|
||||
- role: awscreds
|
||||
tags: [ common, dns ]
|
||||
- role: influxdb
|
||||
tags: [ common, influxdb ]
|
||||
- role: base-user
|
||||
vars:
|
||||
user_username: salt
|
||||
@ -31,6 +29,8 @@
|
||||
roles:
|
||||
- role: base-snmpd
|
||||
tags: [ common, snmpd ]
|
||||
- role: influxdb
|
||||
tags: [ common, influxdb ]
|
||||
- import_playbook: playbooks/dns.yml
|
||||
- import_playbook: playbooks/dbservers.yml
|
||||
- import_playbook: playbooks/webservers.yml
|
||||
|
Loading…
Reference in New Issue
Block a user