Reorganize inventory
This should alleviate issues with trampling zones
This commit is contained in:
parent
0df8537c6f
commit
d4b577bb7a
@ -16,6 +16,7 @@ all:
|
||||
ssl_cipher_suite: "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256"
|
||||
user_username: salt
|
||||
children:
|
||||
# Personal home machines
|
||||
home:
|
||||
vars:
|
||||
ansible_user: ansible
|
||||
@ -35,14 +36,13 @@ all:
|
||||
ansible_host: 172.23.100.1
|
||||
lap-th-e560-0:
|
||||
ansible_host: 172.23.100.2
|
||||
9iron.club:
|
||||
vars:
|
||||
zone: 9iron.club
|
||||
children:
|
||||
# Webheads of all sorts
|
||||
webservers:
|
||||
hosts:
|
||||
web1.9iron.club:
|
||||
fedi1.9iron.club:
|
||||
web1.cowfee.moe:
|
||||
# Gameservers of all sorts
|
||||
gameservers:
|
||||
vars:
|
||||
backups_frequency: 6h
|
||||
@ -56,10 +56,16 @@ all:
|
||||
6438356265656532396363323532616437353831613261323037
|
||||
hosts:
|
||||
game1.9iron.club:
|
||||
# Individual domains
|
||||
9iron.club:
|
||||
vars:
|
||||
zone: 9iron.club
|
||||
hosts:
|
||||
web1.9iron.club:
|
||||
fedi1.9iron.club:
|
||||
game1.9iron.club:
|
||||
cowfee.moe:
|
||||
vars:
|
||||
zone: cowfee.moe
|
||||
children:
|
||||
webservers:
|
||||
hosts:
|
||||
web1.cowfee.moe:
|
||||
|
Loading…
Reference in New Issue
Block a user