Initialize fedi1

This commit is contained in:
Salt 2020-06-21 09:45:11 -05:00
parent e10116a689
commit 43546438ac
2 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,8 @@ all:
hosts:
web1:
ansible_host: web1.9iron.club
fedi1:
ansible_host: fedi1.9iron.club
gameservers:
hosts:
game1:

View File

@ -4,6 +4,10 @@
- hosts: webservers
roles:
- apache-php
- hosts: fedi1
roles:
- role: backups
tags: [ backups ]
- hosts: web1
roles:
- role: backups