Last active
March 24, 2024 08:30
-
-
Save platu/d74587bf93d6e0b9d10a8409d25c4287 to your computer and use it in GitHub Desktop.
IaC Lab 3 inventory file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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