Start namespacing ansible group_vars
It's fine right now with 5, but over time if we keep a flat namespae, which is not necessary, it's just going to get ugly. Change-Id: I07a143f45f2eb100c231ea1b7dd617b40f8f231c
This commit is contained in:
parent
658b0958ff
commit
a97a3d4c7a
@ -5,3 +5,12 @@ manifest_base: /opt/system-config
|
||||
puppetdb: https://puppetdb.openstack.org:8081
|
||||
puppet_logdest: syslog
|
||||
puppet_report_as: puppetmaster.openstack.org
|
||||
|
||||
puppet:
|
||||
puppetdb: https://puppetdb.openstack.org:8081
|
||||
logdest: syslog
|
||||
report_as: puppetmaster.openstack.org
|
||||
copy_hieradata: true
|
||||
copy_puppet: true
|
||||
manifest: /opt/system-config/production/manifests/site.pp
|
||||
manifest_base: /opt/system-config
|
||||
|
Loading…
Reference in New Issue
Block a user