17 lines
313 B
YAML
17 lines
313 B
YAML
# ansible-playbook -i hosts.yml system-setup-services.yml
|
|
- name: System preperation
|
|
hosts: service_server
|
|
roles:
|
|
- 00-ubuntu-basic
|
|
- 21-install-oitc
|
|
|
|
- name: Docker Setup
|
|
hosts: unifi
|
|
roles:
|
|
- 21-docker
|
|
- 21.1-portainer-compose
|
|
|
|
- name: Docker Setup
|
|
hosts: uisp
|
|
roles:
|
|
- 21-docker |