diff options
| author | EnricoGuccii <partyka.003@proton.me> | 2026-06-15 00:28:26 +0200 |
|---|---|---|
| committer | EnricoGuccii <partyka.003@proton.me> | 2026-06-15 00:28:26 +0200 |
| commit | cc62a017152cb3f00bf4b312efe46f81b8940b00 (patch) | |
| tree | bd9709fbded01038d794afde6e2119e3486252a3 /ansible/inventory.ini | |
| parent | 75c62e7c50e79c14f80c4f3ab054847d86b44ffe (diff) | |
Diffstat (limited to 'ansible/inventory.ini')
| -rwxr-xr-x | ansible/inventory.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/inventory.ini b/ansible/inventory.ini index bc64677..8e11d16 100755 --- a/ansible/inventory.ini +++ b/ansible/inventory.ini @@ -1,2 +1,5 @@ [lxc] 192.168.0.150 ansible_user=root ansible_password='haslo123' ansible_ssh_common_args='-o StrictHostKeyChecking=no' + +[observability] +192.168.0.120 ansible_user=root ansible_ssh_common_args='-o StrictHostKeyChecking=no' |