diff --git a/playbooks/gameservers.yml b/playbooks/gameservers.yml index 605e2fb..55110d0 100644 --- a/playbooks/gameservers.yml +++ b/playbooks/gameservers.yml @@ -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" diff --git a/site.yml b/site.yml index 822717e..904a05f 100755 --- a/site.yml +++ b/site.yml @@ -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 ]