
Now that we're running with ansible, we can set the futureparser varible in the group_vars for the futureparser group and stop passing it as a parameter explicitly. Change-Id: I41fe283e96bb48a17f2acfe2ffd939223b5345e7
8 lines
228 B
YAML
8 lines
228 B
YAML
- hosts: 'puppet:!review:!git0*:!zuul-scheduler:!afs*:!baremetal*:!controller*:!compute*:!puppetmaster*:!disabled'
|
|
strategy: free
|
|
gather_facts: true
|
|
roles:
|
|
- role: puppet
|
|
manage_config: True
|
|
puppet_reports: none
|