Skip to content

Commit

Permalink
Some cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluisbaptiste committed May 3, 2018
1 parent aa486b3 commit ead60d3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@
server_ip: "{{ ansible_default_ipv4.address }}"
tags:
- bbb-get_local_ip
- name: Print local IP address
debug: msg="{{ server_ip }}"
tags:
- bbb-get_local_ip

- name: Get server public IP address
ipify_facts:
Expand All @@ -116,11 +112,6 @@
tags:
- bbb-get_public_ip

- name: Print server public IP address
debug: msg="{{ public_ip }}"
tags:
- bbb-get_public_ip


- name: Verify local IP vs public IP addresses
set_fact:
Expand Down

0 comments on commit ead60d3

Please sign in to comment.