082c5174b1
We have puppet configured to write reports when it runs. We used to collect these and inject them into puppetdb. Since we don't do this anymore, they're just a giant pile of files we never see. Enable managing the puppet.conf file from ansible and then also turn off the reports. Change-Id: I55bef052bddc9b9ff5de76a4f0b2ec07f93f158c
8 lines
235 B
YAML
8 lines
235 B
YAML
- hosts: '!review.openstack.org:!git0*:!zuul-scheduler:!afs*:!baremetal*:!controller*:!compute*:!puppetmaster*:!disabled'
|
|
strategy: free
|
|
gather_facts: true
|
|
roles:
|
|
- role: puppet
|
|
manage_config: True
|
|
puppet_reports: none
|