First commit

This commit is contained in:
fr
2025-03-18 11:37:28 +00:00
commit 67f21c1aab
4 changed files with 20 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
.ansible_venv
+3
View File
@@ -0,0 +1,3 @@
[vm]
7-ubuntu ansible_host=139.59.129.145
7-rocky ansible_host=134.122.91.44
+5
View File
@@ -0,0 +1,5 @@
1. cat /etc/os-release on both systems
```sh
ansible all --inventory "139.59.129.145, 134.122.91.44" -a 'cat /etc/os-release'
```
+10
View File
@@ -0,0 +1,10 @@
ansible==10.7.0
ansible-core==2.17.9
cffi==1.17.1
cryptography==44.0.2
Jinja2==3.1.6
MarkupSafe==3.0.2
packaging==24.2
pycparser==2.22
PyYAML==6.0.2
resolvelib==1.0.1