Integrate thefuck.how into playbooks

This commit is contained in:
Salt 2020-10-11 20:04:43 -05:00
parent b0bacb1df0
commit d243de4638
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@
tags: [ backups ]
- hosts: game1.thefuck.how
roles:
- role: base-backups
tags: [ backups ]
- role: gitweb
vars:
gitweb_repo: "https://git.9iron.club/salt/thefuck.how"

View File

@ -13,7 +13,7 @@
tags: [ common, dns ]
- role: base-user
tags: [ common, user ]
- hosts: 9iron
- hosts: 9iron,thefuck
roles:
- role: base-snmpd
tags: [ common, snmpd ]