infra-ansible/run_puppet_on_zuul.yml
Ricardo Carrillo Cruz 6b2350753c Add run_puppet top-level playbooks to apply puppet for services
Rather than doing this in the boostrap roles, better to decouple
and do it separately.
2015-08-27 10:33:04 +02:00

12 lines
215 B
YAML

---
- hosts: meta-infra_type_zuul
user: ubuntu
gather_facts: no
sudo: true
tasks:
name: Run Puppet to install Zuul
tasks:
- puppet:
ignore_errors: yes
- service: name=apache2 state=started