Added new playbooks
This commit is contained in:
11
playbooks/deploy-containers.yml
Normal file
11
playbooks/deploy-containers.yml
Normal 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
|
||||
@@ -5,4 +5,3 @@
|
||||
roles:
|
||||
- aur
|
||||
- kanidm_native
|
||||
- 2fa
|
||||
|
||||
@@ -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
|
||||
|
||||
11
playbooks/deploy-unifi.yml
Normal file
11
playbooks/deploy-unifi.yml
Normal 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
|
||||
Reference in New Issue
Block a user