feat: Add swag container
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
---
|
||||
- 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: swag
|
||||
become: yes
|
||||
roles:
|
||||
- role: swag/update
|
||||
- role: swag/install-docker
|
||||
- role: swag/install-app
|
||||
Reference in New Issue
Block a user