Monty Taylor 0a3c32b5ac
Add ability to override mgmt manifest path
We have it currently hardcoded that the manifests on the management
server are going to have an environment path. Add a variable to allow
override of that idea.

Change-Id: I226c030332ff93c3ee74650c7ab725994971f007
Needed-By: https://review.openstack.org/592763
2018-08-17 05:21:53 -05:00

21 lines
532 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 }}'