Initialize fedi1
This commit is contained in:
parent
e10116a689
commit
43546438ac
@ -20,6 +20,8 @@ all:
|
||||
hosts:
|
||||
web1:
|
||||
ansible_host: web1.9iron.club
|
||||
fedi1:
|
||||
ansible_host: fedi1.9iron.club
|
||||
gameservers:
|
||||
hosts:
|
||||
game1:
|
||||
|
@ -4,6 +4,10 @@
|
||||
- hosts: webservers
|
||||
roles:
|
||||
- apache-php
|
||||
- hosts: fedi1
|
||||
roles:
|
||||
- role: backups
|
||||
tags: [ backups ]
|
||||
- hosts: web1
|
||||
roles:
|
||||
- role: backups
|
||||
|
Loading…
Reference in New Issue
Block a user