Skip to content

Instantly share code, notes, and snippets.

@platu
Last active March 24, 2024 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save platu/d74587bf93d6e0b9d10a8409d25c4287 to your computer and use it in GitHub Desktop.
Save platu/d74587bf93d6e0b9d10a8409d25c4287 to your computer and use it in GitHub Desktop.
IaC Lab 3 inventory file
---
hypervisors:
hosts:
bob:
ansible_host: fe80:1c::1%enp0s1
vars:
ansible_ssh_user: "{{ hypervisor_user }}"
ansible_ssh_pass: "{{ hypervisor_pass }}"
ansible_ssh_port: 2222
routers:
hosts:
rXXX:
rYYY:
all:
children:
hypervisors:
routers:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment