From 67f21c1aab86a76199585facf2613ebe53c8d315 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Tue, 18 Mar 2025 11:37:28 +0000 Subject: [PATCH] First commit --- .gitignore | 2 ++ hosts | 3 +++ notes.md | 5 +++++ pip_requirements.txt | 10 ++++++++++ 4 files changed, 20 insertions(+) create mode 100644 .gitignore create mode 100644 hosts create mode 100644 notes.md create mode 100644 pip_requirements.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1567b1d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.ansible_venv + diff --git a/hosts b/hosts new file mode 100644 index 0000000..ba13c5b --- /dev/null +++ b/hosts @@ -0,0 +1,3 @@ +[vm] +7-ubuntu ansible_host=139.59.129.145 +7-rocky ansible_host=134.122.91.44 diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..5d69f8d --- /dev/null +++ b/notes.md @@ -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' +``` + diff --git a/pip_requirements.txt b/pip_requirements.txt new file mode 100644 index 0000000..209f53d --- /dev/null +++ b/pip_requirements.txt @@ -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