Files
k3s-ansible/playbook-swag.yml
T
2023-03-20 14:56:20 +00:00

20 lines
347 B
YAML

---
- 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