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 2 - Creating a physical node¶
Task 1 - Create a node¶
You need to create a node which you will assign to a pool.
You want to specify the values for user/pass and validate_certs only
once but re-use them throughout your tasks. Use the bigip_node module.
Create a playbook
node.yaml.Run this playbook.
Verify BIG-IP results.
Note
The bigip_node module can configure physical device addresses that can
later be added to pools. At a minimum, the name is required. Additionally,
either the address or fqdn parameters are also required when creating
new nodes.
The module has several more options, all of which can be seen at this link.


