Skip to content
Snippets Groups Projects
Commit c9634c30 authored by Simon Michnowicz's avatar Simon Michnowicz
Browse files

removed system specific IP address, replaced with Google DNS

parent 0b156cb2
No related branches found
No related tags found
1 merge request!202check to see if NAT is working by pinging hpc-lic0
......@@ -60,9 +60,9 @@
become: true
become_user: root
#test NAT is working by pinging license server hpclic0 which is in HPC_Ancillary_zone
#test NAT is working by pinging an external address, i.e. a license server, or by default Google Public DNS
- set_fact:
EXTERNAL_IP_ADDRESS: "118.138.246.208"
EXTERNAL_IP_ADDRESS: "8.8.8.8"
when: EXTERNAL_IP_ADDRESS is undefined
- name: install nhc NAT check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment