Skip to content

Commit

Permalink
Merge pull request #972 from jopaik/patch-1
Browse files Browse the repository at this point in the history
Update README.md for f5 workshop ex 1.4 display-pool-members.yml
  • Loading branch information
IPvSean authored Oct 1, 2020
2 parents 1d92b73 + 297ecdc commit 6a033fe
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions exercises/ansible_f5/1.4-add-pool-members/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,12 @@ Enter the following:
- name: Query BIG-IP facts
bigip_device_info:
server: "{{private_ip}}"
user: "{{ansible_user}}"
password: "{{ansible_ssh_pass}}"
server_port: "8443"
validate_certs: "no"
provider:
server: "{{private_ip}}"
user: "{{ansible_user}}"
password: "{{ansible_ssh_pass}}"
server_port: "8443"
validate_certs: "no"
gather_subset:
- ltm-pools
register: bigip_device_facts
Expand Down

0 comments on commit 6a033fe

Please sign in to comment.