diff options
| author | EnricoGuccii <partyka.003@proton.me> | 2026-06-01 00:56:16 +0200 |
|---|---|---|
| committer | EnricoGuccii <partyka.003@proton.me> | 2026-06-01 00:56:16 +0200 |
| commit | fd503278ae598006fae9687f7d9a695ab6996af2 (patch) | |
| tree | 49b57ce61fcbfede350c4a8c7bfab7b4f361fd46 /ansible/inventory.ini | |
| parent | 1b883498b31c06447e122430f5c7d2786dd8cedf (diff) | |
ansible and terraform integration
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' |