From 644c2f5a791d1a4e4ec4d8579d2b235e7ddb105a Mon Sep 17 00:00:00 2001 From: Oleg Vodianov Date: Mon, 12 May 2025 22:57:19 +0400 Subject: [PATCH] init --- .gitignore | 1 + ansible/hosts | 8 ++++++++ ansible/test.yml | 0 3 files changed, 9 insertions(+) create mode 100644 .gitignore create mode 100644 ansible/hosts create mode 100644 ansible/test.yml 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