system-config/playbooks/service-eavesdrop.yaml

18 lines
411 B
YAML

- hosts: 'localhost:!disabled'
name: Install puppet role/modules
strategy: linear
roles:
- puppet-setup-ansible
- hosts: 'eavesdrop:!disabled'
name: "eavesdrop: run puppet on eavesdrop"
strategy: free
roles:
- iptables
- sync-project-config
- install-docker
- accessbot
- gerritbot
- name: puppet-run
manifest: /opt/system-config/production/manifests/eavesdrop.pp