Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Jan 31, 2025
1 parent 2320f4c commit bfcc58e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@
- { role: "logging", tags: ["common","logging"] }
- { role: "firewall", tags: ["common","firewall"],
when: "not is_docker" }
- { role: ntp, tags: ['common','ntp'] }
- { role: aws-cleanup, tags: ['common','clean'] }
- { role: mail, tags: ['common','mail'] }
- { role: backups, tags: ['common','backups'] }
- { role: "ntp", tags: ["common","ntp"] }
- { role: "aws-cleanup", tags: ["common","clean"] }
- { role: "mail", tags: ["common","mail"] }
- { role: "backups", tags: ["common","backups"] }

- name: "zabbix-agent"
hosts: "common"
strategy: "linear" # disable mitogen for these roles
roles:
- { role: zabbix-agent, tags: ['common','zabbix-agent'] }
- { role: "zabbix-agent", tags: ["common","zabbix-agent"] }

- name: "bhr2"
hosts: "bhr2"
Expand Down

0 comments on commit bfcc58e

Please sign in to comment.