resolve fed-cloudXX to internal IP
because external IP is not routable
This commit is contained in:
parent
e5d03eb9e9
commit
65d9be09f2
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
# Configure another compute node for Fedora Cloud
|
||||
|
||||
- authorized_key: user=root key="{{ lookup('file', files + '/fedora-cloud/fed09-ssh-key.pub') }}"
|
||||
- template: src={{ files }}/fedora-cloud/hosts dest=/etc/hosts owner=root mode=0644
|
||||
|
||||
- lineinfile: dest=/etc/sysconfig/network-scripts/ifcfg-eth1 regexp="^ONBOOT=" line="ONBOOT=yes"
|
||||
notify:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue