mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 11:25:08 -02:30
Rename tools/vagrant to tools/dev_setup
Because these playbooks (should) work without Vagrant!
This commit is contained in:
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@@ -34,8 +34,8 @@ Vagrant.configure('2') do |config|
|
|||||||
'vagrant' => true,
|
'vagrant' => true,
|
||||||
'vagrant_host_user' => ENV['USER'],
|
'vagrant_host_user' => ENV['USER'],
|
||||||
}
|
}
|
||||||
ansible.inventory_path = 'tools/vagrant/inventory'
|
ansible.inventory_path = 'tools/dev_setup/inventory'
|
||||||
ansible.playbook = 'tools/vagrant/playbook.yml'
|
ansible.playbook = 'tools/dev_setup/playbook.yml'
|
||||||
ansible.verbose = 'v'
|
ansible.verbose = 'v'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -11,5 +11,5 @@ module_name = shell
|
|||||||
|
|
||||||
|
|
||||||
# Paths
|
# Paths
|
||||||
roles_path = setup/roles:tools/vagrant/roles
|
roles_path = setup/roles:tools/dev_setup/roles
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user