This commit is contained in:
2022-07-22 16:05:06 +02:00
commit 8a5ca24016
97 changed files with 4162 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# New server
[newserver]
192.168.1.201
# Variables that will be applied to server
[newserver:vars]
ansible_ssh_user=vagrant
ansible_ssh_private_key_file=~/.vagrant.d/insecure_private_key
ansible_ssh_common_args='-o StrictHostKeyChecking=no'