
Allows ansible-puppet to configure settings for puppet when manage_config flag is set. Co-Authored-By: Yolanda Robla <info@ysoft.biz> Change-Id: I6cb8dff569f2cca8bca7359412d01cc7ec009c54
17 lines
441 B
YAML
17 lines
441 B
YAML
---
|
|
# defaults file for ansible-puppet
|
|
copy_hieradata: false
|
|
copy_puppet: false
|
|
hieradata: /etc/puppet/hieradata
|
|
#
|
|
|
|
manage_config: False
|
|
puppet_server: puppet
|
|
certname: "{{ ansible_fqdn }}"
|
|
puppet_data_binding_terminus: hiera
|
|
puppet_reports: store
|
|
puppet_basemodulepath: '$confdir/modules:/usr/share/puppet/modules'
|
|
puppet_environmentpath: '$confdir/environments'
|
|
puppet_hiera_datadir: '/etc/puppet/hieradata'
|
|
puppet_environment: production
|