First commit
This commit is contained in:
commit
67f21c1aab
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
.ansible_venv
|
||||
|
3
hosts
Normal file
3
hosts
Normal file
@ -0,0 +1,3 @@
|
||||
[vm]
|
||||
7-ubuntu ansible_host=139.59.129.145
|
||||
7-rocky ansible_host=134.122.91.44
|
5
notes.md
Normal file
5
notes.md
Normal 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
pip_requirements.txt
Normal file
10
pip_requirements.txt
Normal 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
|
Loading…
x
Reference in New Issue
Block a user