moved ansible inventory generation out of Vagrant

This commit is contained in:
2022-03-05 12:51:32 +01:00
parent 4bb1d838dd
commit 67efc68362
5 changed files with 30 additions and 39 deletions

View File

@ -1,4 +1,5 @@
[defaults]
private_key_file = "./.ssh/id_rsa"
remote_user = "vagrant"
inventory = ./.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory
inventory = ./inventory
host_key_checking = False