Skip to content

Commit

Permalink
document which nic to use for remote ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlFK committed Jun 18, 2017
1 parent ab7c402 commit 3513ada
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions inventory/host_vars/negk.yml
@@ -1,7 +1,10 @@
---
# eth_uplink_mac_address: 80:3f:5d:08:c3:9d # usb
eth_uplink_mac_address: 80:3f:5d:08:c3:89# usb
eth_local_mac_address: 00:26:9e:03:9d:e5 # wired
# uplink is onboard, what pxe boots.
# uplink is the interface used by remote ansible
# (local will be given a new IP, and that makes ansible mad.)
eth_uplink_mac_address: 00:26:9e:03:9d:e5 # wired
eth_local_mac_address: 80:3f:5d:08:c3:89# usb
# 80:3f:5d:08:c3:9d # usb

eth_local_ip_address: 10.20.1.4
eth_local_ip_netmask: 24
Expand Down
1 change: 1 addition & 0 deletions inventory/hosts
Expand Up @@ -45,6 +45,7 @@ enc5
enc6

[dhcp-server]
negk
dc10b
gw1
cnt1
Expand Down

0 comments on commit 3513ada

Please sign in to comment.