Added new playbooks

This commit is contained in:
Ezri Brimhall 2024-10-01 18:53:26 -06:00
parent b61dea12db
commit 06957e6cef
Signed by: ezri
GPG Key ID: 3DA1675C4E9B9216
4 changed files with 27 additions and 1 deletions

View File

@ -0,0 +1,11 @@
---
- name: 'Common setup for all containers'
hosts: containers
vars_prompt:
- name: admin_password
prompt: Local administrator password for containers
roles:
- common
- aur
- pamconfig

View File

@ -5,4 +5,3 @@
roles:
- aur
- kanidm_native
- 2fa

View File

@ -2,5 +2,10 @@
- name: Configure Nginx proxy
hosts: nginx
vars_prompt:
- name: admin_password
prompt: Enter the administrator password that will be used for this system
roles:
- common
- nginx

View File

@ -0,0 +1,11 @@
---
- name: Configure UniFi Network Server
hosts: unifi
vars_prompt:
- name: admin_password
prompt: Enter the administrator password that will be used for this system
roles:
- common
- unifi_network_server