Use puppet inventory when running ansible.

We have been using the explicit host file for ansible for too long. Go
back to the puppet inventory ansible script so that all our nodes get
puppeted. Do this by removing the ansible hostfile override in the
puppetmaster.pp manifest.

Change-Id: I87816ca09566bc267b7723c0c0ce148d55da5142
This commit is contained in:
Clark Boylan 2014-12-09 14:09:25 -08:00
parent 16489a4cd9
commit ef7e1db913

View File

@ -40,9 +40,7 @@ class openstack_project::puppetmaster (
source => 'puppet:///modules/openstack_project/puppetmaster/production_environment.conf',
}
class { 'ansible':
ansible_hostfile => '/etc/ansible/hostfile',
}
include ansible
file { '/etc/ansible/hostfile':
ensure => present,