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