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