From e61cb9bd2bfcdd683758c4520897fdeee515e811 Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Wed, 3 May 2023 22:04:47 +0200 Subject: [PATCH] ansible: demo inventory --- ansible/README.txt | 4 ++++ ansible/inventory.yaml | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 ansible/README.txt create mode 100644 ansible/inventory.yaml diff --git a/ansible/README.txt b/ansible/README.txt new file mode 100644 index 0000000..2f88182 --- /dev/null +++ b/ansible/README.txt @@ -0,0 +1,4 @@ +Required packages +================= +py39-ansible +py39-ansible-sysrc diff --git a/ansible/inventory.yaml b/ansible/inventory.yaml new file mode 100644 index 0000000..55189d9 --- /dev/null +++ b/ansible/inventory.yaml @@ -0,0 +1,4 @@ +domoticamachines: + hosts: + dom1: + ansible_host: 1.0.2.18 -- 2.51.0