2022-07-22 16:05:06 +02:00

10 lines
249 B
Plaintext

# 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'