14 lines
245 B
YAML
14 lines
245 B
YAML
---
|
|
- import_playbook: "include/deploy-kvm-guest.yml myhosts=mqtt"
|
|
|
|
- name: configure instance
|
|
hosts: mqtt
|
|
user: root
|
|
gather_facts: true
|
|
|
|
roles:
|
|
- base
|
|
- mosquitto
|
|
- nginx/server
|
|
- role: nginx/site
|
|
site: iot.foo.sh
|