diff --git a/inventory/hosts.yml b/inventory/hosts.yml index d935606..e2ef3ec 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -20,6 +20,8 @@ all: hosts: web1: ansible_host: web1.9iron.club + fedi1: + ansible_host: fedi1.9iron.club gameservers: hosts: game1: diff --git a/webservers.yml b/webservers.yml index 84e7c93..15916b1 100644 --- a/webservers.yml +++ b/webservers.yml @@ -4,6 +4,10 @@ - hosts: webservers roles: - apache-php +- hosts: fedi1 + roles: + - role: backups + tags: [ backups ] - hosts: web1 roles: - role: backups