From b3d4442af332ab175dcfea5e2f7d1d82d0094cd3 Mon Sep 17 00:00:00 2001 From: zulumann Date: Mon, 2 Jun 2025 01:51:24 +0200 Subject: [PATCH] Create hosts --- hosts | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 hosts diff --git a/hosts b/hosts new file mode 100644 index 0000000..9ec3568 --- /dev/null +++ b/hosts @@ -0,0 +1,42 @@ +# Consolidation of all groups +[hosts:children] +pve01 +internet + +[pve01] +fileserver01 ansible_host=192.168.10.52 +checkmk ansible_host=192.168.10.53 +pbs01 ansible_host=192.168.10.54 +docker-lan ansible_host=192.168.10.55 +mail ansible_host=192.168.10.120 +vserver01 ansible_host=192.168.10.180 +seedbox ansible_host=192.168.20.10 +aptcache ansible_host=192.168.50.10 +rustdesk ansible_host=192.168.50.12 +radicale ansible_host=192.168.50.13 +mumble ansible_host=192.168.50.14 +freshrss ansible_host=192.168.50.17 +owncloud ansible_host=192.168.50.18 +webserver01 ansible_host=192.168.50.19 +webserver02 ansible_host=192.168.50.20 +gitea ansible_host=192.168.50.21 +bookshelf ansible_host=192.168.50.22 +syncthing ansible_host=192.168.50.24 +sftpgo ansible_host=192.168.50.25 +jellyfin ansible_host=192.168.60.20 +adgurd ansible_host=192.168.178.10 + +[internet] +strato ansible_host=85.215.43.109 + +[pve01:vars] +ansible_user=root +ansible_port=22 +ansible_python_interpreter=/usr/bin/python3 +#ansible_ssh_private_key_file = ~/.ssh/id_rsa + +[internet:vars] +ansible_user=root +ansible_port=63007 +ansible_python_interpreter=/usr/bin/python3 +#ansible_ssh_pass=password \ No newline at end of file