From d243de4638572e59cb5c79375c1711df8826aca0 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 11 Oct 2020 20:04:43 -0500 Subject: [PATCH] Integrate thefuck.how into playbooks --- playbooks/gameservers.yml | 2 ++ site.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 ]