feat: Swag with reverse proxy for most services
This commit is contained in:
+12
-12
@@ -1,19 +1,19 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
become: yes
|
||||
roles:
|
||||
- role: swag/provision/delete
|
||||
- role: swag/provision/create
|
||||
- role: swag/provision/start
|
||||
# - hosts: localhost
|
||||
# become: yes
|
||||
# roles:
|
||||
# - role: swag/provision/delete
|
||||
# - role: swag/provision/create
|
||||
# - role: swag/provision/start
|
||||
|
||||
- hosts: mipha
|
||||
become: yes
|
||||
roles:
|
||||
- role: swag/provision/enable-ssh
|
||||
# - hosts: mipha
|
||||
# become: yes
|
||||
# roles:
|
||||
# - role: swag/provision/enable-ssh
|
||||
|
||||
- hosts: swag
|
||||
become: yes
|
||||
roles:
|
||||
- role: swag/update
|
||||
- role: swag/install-docker
|
||||
# - role: swag/update
|
||||
# - role: swag/install-docker
|
||||
- role: swag/install-app
|
||||
|
||||
Reference in New Issue
Block a user