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