F5 Programmability Training > Automation Mini Classes > Mini Class 1 - F5 Architectures with Ansible > Module 1 – Basic BIG-IP administration with Ansible Source | Edit on
Lab 3 - Adding Pool Members to a Pool¶
Task 1 - Assign Pool Members to a Pool¶
You will select a node which you will assign to a pool app1_pl. Use the
bigip_pool_member module.
Create a playbook
member.yaml.Run this playbook.
Verify BIG-IP results.
Add another pool member to pool
app1_pl.Run this playbook.
Verify BIG-IP results.
Note
The
bigip_pool_membermodule can configure pools with the details of existing nodes. A node that has been placed in a pool is referred to as a “pool member”.At a minimum, the
nameis required. Additionally, thehostis required when creating new pool members.The module has several more options, all of which can be seen at this link.




