diff options
author | heqnx <root@heqnx.com> | 2025-10-02 13:08:58 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-10-02 13:08:58 +0300 |
commit | c00c75d310e2afea3b521e8a4b90e800ab4f9ff2 (patch) | |
tree | 7875697bfeadfba2276e2e1d2066eca551bf3e17 /inventory.yaml.example | |
parent | ac5767248e7b20b376127ac8e3cfdd1a7aaf4193 (diff) | |
download | ansible-cockpit-c00c75d310e2afea3b521e8a4b90e800ab4f9ff2.tar.gz ansible-cockpit-c00c75d310e2afea3b521e8a4b90e800ab4f9ff2.zip |
Diffstat (limited to 'inventory.yaml.example')
-rw-r--r-- | inventory.yaml.example | 10 |
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: {} |