summaryrefslogtreecommitdiff
path: root/inventory.yaml.example
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-10-02 13:08:58 +0300
committerheqnx <root@heqnx.com>2025-10-02 13:08:58 +0300
commitc00c75d310e2afea3b521e8a4b90e800ab4f9ff2 (patch)
tree7875697bfeadfba2276e2e1d2066eca551bf3e17 /inventory.yaml.example
parentac5767248e7b20b376127ac8e3cfdd1a7aaf4193 (diff)
downloadansible-cockpit-c00c75d310e2afea3b521e8a4b90e800ab4f9ff2.tar.gz
ansible-cockpit-c00c75d310e2afea3b521e8a4b90e800ab4f9ff2.zip
initial commitHEADmain
Diffstat (limited to 'inventory.yaml.example')
-rw-r--r--inventory.yaml.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/inventory.yaml.example b/inventory.yaml.example
new file mode 100644
index 0000000..17f526f
--- /dev/null
+++ b/inventory.yaml.example
@@ -0,0 +1,10 @@
+all:
+ hosts:
+ server01:
+ ansible_host: 10.11.12.13
+ ansible_user: root
+ ansible_ssh_private_key_file: id_rsa
+ children:
+ servers:
+ hosts:
+ server01: {}