Skip to content

Commit f785a44

Browse files
committed
remove debug values
1 parent 894160f commit f785a44

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ansible/roles/gateway/files/gateway-init.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@
33
gather_facts: false
44
vars:
55
os_metadata: "{{ lookup('url', 'http://169.254.169.254/openstack/latest/meta_data.json') | from_json }}"
6-
#gateway_ip: "{{ os_metadata.meta.gateway_ip | default('') }}"
6+
gateway_ip: "{{ os_metadata.meta.gateway_ip | default('') }}"
77
access_ip: "{{ os_metadata.meta.access_ip | default('') }}"
8-
gateway_ip: 172.16.0.1 # DEBUG - actual
9-
# gateway_ip: 192.168.9.1
10-
#gateway_ip: 10.20.0.0
11-
gateway_ip: ''
128
tasks:
139
- name: Read nmcli device info
1410
command: nmcli --get GENERAL.DEVICE,GENERAL.CONNECTION,IP4.ADDRESS,IP4.GATEWAY device show

0 commit comments

Comments
 (0)