diff options
Diffstat (limited to 'ansible/inventory.ini')
| -rwxr-xr-x | ansible/inventory.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/inventory.ini b/ansible/inventory.ini new file mode 100755 index 0000000..bc64677 --- /dev/null +++ b/ansible/inventory.ini @@ -0,0 +1,2 @@ +[lxc] +192.168.0.150 ansible_user=root ansible_password='haslo123' ansible_ssh_common_args='-o StrictHostKeyChecking=no' |