system-config/playbooks/group_vars/puppet.yaml
Monty Taylor 99aa528c83 Stop logging puppet to syslog
We run puppet with ansible now pretty much all the time. It's not
helpful for the puppet output to go to syslog on the remote host.
What's more helpful is for it to come back to the stdout in the
ansible playbook so that we can see it.

Also turn off ansi color from the output.

Depends-On: https://review.opendev.org/721732
Change-Id: I604081d5400bd53b8dda5a3a7685323c1443991b
2020-04-23 19:38:51 +00:00

13 lines
437 B
YAML

# Puppet related variables
copy_hieradata: true
copy_puppet: true
puppet_reports: none
manage_config: true
manifest: /opt/system-config/production/manifests/site.pp
manifest_base: /opt/system-config/production
mgmt_manifestpath: /home/zuul/src/opendev.org/opendev/system-config/
puppet_color: 'false'
mgmt_hieradata: /etc/ansible/hosts
mgmt_puppet_module_dir: /etc/puppet/modules
puppet_hieradata_link_dest: /opt/system-config/hieradata