eafdbf9593
rsyncing the puppet modules can be super chatty and not super interesting. Add a flag to turn it off. Change-Id: I7206955aeb335adafb8625c89d8b8a70078d666c
23 lines
617 B
YAML
23 lines
617 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: ''
|
|
puppet_environmentpath: ''
|
|
puppet_hiera_datadir: '/opt/system-config/'
|
|
puppet_environment_basedir: '/opt/system-config/'
|
|
puppet_environment: production
|
|
puppet_timeout: 30m
|
|
futureparser: False
|
|
mgmt_manifestpath: '{{ manifest_base }}/{{ puppet_environment }}'
|
|
puppet_hieradata_link_dest: '{{ manifest_base }}/hieradata'
|
|
puppet_nolog_sync: false
|