Forum Discussion
Creating BIG-IP ephemeral nodes using Ansible
Hi Marco,
Until bigip_node module is updated to support ephemeral node you can use uri module
with iControl REST API. Below is the sample
- name: " Create ephemeral node"
uri:
url: "https://big-ip-1.example.com/mgmt/tm/ltm/node/"
method: "POST"
validate_certs: no
username: "admin"
password: "admin"
body_format: "json"
body:
name: "app1-alb.example.com"
partition: "Common"
address: "app1-alb.example.com"
delegate_to: localhost
Note: If we now the iControl REST API to create an object we can use the same to create
the object using uri module without any dependency on any bigip related modules.
Thanks
Syed Nazir
- Tim_RuppOct 26, 2017
Altostratus
@Marco Soldat the bigip_node module should now support your feature request. You can get it here.
https://github.com/F5Networks/f5-ansible/blob/devel/library/bigip_node.py
It will ship with Ansible 2.5
- Steve_Brown_882Dec 15, 2017Historic F5 Account
@Tim is there a way to add an fqdn node to a pool using bigip_pool_member I looked in the devel branch and don't see this yet?
- Tim_RuppDec 15, 2017
Altostratus
@Steve I dont think we've added similar functionality to bigip_pool_member yet.
- KernelPanicJan 16, 2018
Nimbostratus
What are the recommended / required software versions to get F5 ansible working?
- Tim_RuppJan 16, 2018
Altostratus
@KernelPanic, v12 and above.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com