
In order to support the layouts being different on the management server and the remote nodes, we need to also be able to override the location of the link that gets made. Add a variable that defaults to the old value. Change-Id: I7434c1b1a9d79f04b3e872e750057d69490e80e0
22 lines
592 B
YAML
22 lines
592 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'
|