Last active
April 12, 2025 19:15
-
-
Save martezr/ec2eaef4030678798909da69be2b037d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
--- | |
hosts: | |
- name: nightlight01 | |
ip_address: 10.0.0.77 | |
int_router_ip_address: 10.0.0.78 | |
management_interfaces: [eth0] | |
mac_address: 00:50:56:b7:c9:30 | |
hostname: nightlight01 | |
root_password: password123 | |
datastores: | |
- name: ds1 | |
disk: /dev/sda | |
- name: nightlightpxe | |
ip_address: 10.0.0.79 | |
int_router_ip_address: 10.0.0.80 | |
mac_address: 00:50:56:b7:c6:b8 | |
hostname: nightlight02 | |
root_password: password123 | |
management_interfaces: [eth0] | |
- name: nightlight02 | |
ip_address: 10.0.0.4 | |
int_router_ip_address: 10.0.0.6 | |
management_interfaces: [eth0] | |
mac_address: 00:26:b9:54:ba:a6 | |
hostname: nightlight02 | |
root_password: password123 | |
datastores: | |
- name: ds1 | |
disk: /dev/sda | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment