diff options
Diffstat (limited to 'ansible/site.yml')
-rw-r--r-- | ansible/site.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 7961f21..40ea35c 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -10,6 +10,10 @@ become: true roles: - web +- hosts: influx + become: true + roles: + - influx - hosts: ping become: true roles: @@ -18,4 +22,3 @@ become: true roles: - snmp - |