commit 644c2f5a791d1a4e4ec4d8579d2b235e7ddb105a Author: Oleg Vodianov Date: Mon May 12 22:57:19 2025 +0400 init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b694934 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.venv \ No newline at end of file diff --git a/ansible/hosts b/ansible/hosts new file mode 100644 index 0000000..23fe9b4 --- /dev/null +++ b/ansible/hosts @@ -0,0 +1,8 @@ +homelab: + children: + dns: + hosts: + dns1: + ansible_host: ns1.home.lab.local + ansible_user: ovodianov + ansible_ssh_private_key_file: ~/.ssh/home.lab.local \ No newline at end of file diff --git a/ansible/test.yml b/ansible/test.yml new file mode 100644 index 0000000..e69de29