cleanup/unify naming
This commit is contained in:
parent
a23e1598bf
commit
8c7629c409
24
site.yml
24
site.yml
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Setup common roles on all hosts
|
- name: Apply common settings
|
||||||
hosts: all
|
hosts: all
|
||||||
roles:
|
roles:
|
||||||
- common
|
- common
|
||||||
@ -11,12 +11,12 @@
|
|||||||
roles:
|
roles:
|
||||||
- uau
|
- uau
|
||||||
|
|
||||||
- name: Setup Proxmox VE hosts
|
- name: Setup Proxmox VE SSL
|
||||||
hosts: [salat.binary.kitchen, wurst.binary.kitchen, weizen.binary.kitchen]
|
hosts: [salat.binary.kitchen, wurst.binary.kitchen, weizen.binary.kitchen]
|
||||||
roles:
|
roles:
|
||||||
- pvessl
|
- pvessl
|
||||||
|
|
||||||
- name: Setup infrastructure server
|
- name: Setup infrastructure servers
|
||||||
hosts: [bacon.binary.kitchen, aveta.binary.kitchen, aeron.binary.kitchen]
|
hosts: [bacon.binary.kitchen, aveta.binary.kitchen, aeron.binary.kitchen]
|
||||||
roles:
|
roles:
|
||||||
- dns_intern
|
- dns_intern
|
||||||
@ -24,7 +24,7 @@
|
|||||||
- slapd
|
- slapd
|
||||||
- radius
|
- radius
|
||||||
|
|
||||||
- name: Setup shell server
|
- name: Setup shell servers
|
||||||
hosts: [sulis.binary.kitchen, oxygen.binary-kitchen.net]
|
hosts: [sulis.binary.kitchen, oxygen.binary-kitchen.net]
|
||||||
roles:
|
roles:
|
||||||
- sssd
|
- sssd
|
||||||
@ -42,17 +42,17 @@
|
|||||||
roles:
|
roles:
|
||||||
- netbox
|
- netbox
|
||||||
|
|
||||||
- name: Setup XRDP host
|
- name: Setup XRDP server
|
||||||
hosts: pancake.binary.kitchen
|
hosts: pancake.binary.kitchen
|
||||||
roles:
|
roles:
|
||||||
- xrdp_apphost
|
- xrdp_apphost
|
||||||
|
|
||||||
- name: Setup SIP-DECT OMM
|
- name: Setup SIP-DECT OMM server
|
||||||
hosts: knoedel.binary.kitchen
|
hosts: knoedel.binary.kitchen
|
||||||
roles:
|
roles:
|
||||||
- omm
|
- omm
|
||||||
|
|
||||||
- name: Setup gitea runner
|
- name: Setup gitea runner server
|
||||||
hosts: bob.binary.kitchen
|
hosts: bob.binary.kitchen
|
||||||
roles:
|
roles:
|
||||||
- act_runner
|
- act_runner
|
||||||
@ -68,7 +68,7 @@
|
|||||||
- fileserver
|
- fileserver
|
||||||
- pbs
|
- pbs
|
||||||
|
|
||||||
- name: Setup doorlock
|
- name: Setup doorlock server
|
||||||
hosts: lock-auweg.binary.kitchen
|
hosts: lock-auweg.binary.kitchen
|
||||||
roles:
|
roles:
|
||||||
- doorlock
|
- doorlock
|
||||||
@ -148,22 +148,22 @@
|
|||||||
roles:
|
roles:
|
||||||
- web_mc
|
- web_mc
|
||||||
|
|
||||||
- name: Setup event pretix host
|
- name: Setup event pretix server
|
||||||
hosts: rhodium.binary-kitchen.net
|
hosts: rhodium.binary-kitchen.net
|
||||||
roles:
|
roles:
|
||||||
- pretix
|
- pretix
|
||||||
|
|
||||||
- name: Setup event pretalx host
|
- name: Setup event pretalx server
|
||||||
hosts: palladium.binary-kitchen.net
|
hosts: palladium.binary-kitchen.net
|
||||||
roles:
|
roles:
|
||||||
- pretalx
|
- pretalx
|
||||||
|
|
||||||
- name: Setup event web host
|
- name: Setup event web server
|
||||||
hosts: argentum.binary-kitchen.net
|
hosts: argentum.binary-kitchen.net
|
||||||
roles:
|
roles:
|
||||||
- event_web
|
- event_web
|
||||||
|
|
||||||
- name: Setup WorkAdventure host
|
- name: Setup WorkAdventure server
|
||||||
hosts: barium.binary-kitchen.net
|
hosts: barium.binary-kitchen.net
|
||||||
roles:
|
roles:
|
||||||
- workadventure
|
- workadventure
|
||||||
|
Loading…
Reference in New Issue
Block a user