Skip to content

Instantly share code, notes, and snippets.

@martezr
Last active June 17, 2025 00:12
Show Gist options
  • Save martezr/ec2eaef4030678798909da69be2b037d to your computer and use it in GitHub Desktop.
Save martezr/ec2eaef4030678798909da69be2b037d to your computer and use it in GitHub Desktop.
---
hosts:
- name: nightlight02
ssh_public_key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDgmBOLBVf4NlimO/RWBEk+AjMZV7RORupKhz5l5S24T [email protected]
management_interfaces: [eth0]
ip_address: 10.0.0.222
subnet_mask: 255.255.255.0
gateway: 10.0.0.1
dns_servers: [10.0.0.200,10.0.0.1]
int_router_ip_address: 10.0.0.78
mac_address: 6c:2b:59:a3:a5:bc
hostname: nightlight01
root_password: password123
datastores:
- name: ds1
disk: /dev/sda
- name: nightlightdev
ssh_public_key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDgmBOLBVf4NlimO/RWBEk+AjMZV7RORupKhz5l5S24T [email protected]
management_interfaces: [eth0]
ip_address: 10.0.0.77
subnet_mask: 255.255.255.0
gateway: 10.0.0.1
dns_servers: [10.0.0.200,10.0.0.1]
int_router_ip_address: 10.0.0.78
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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment