Forum Discussion
Marco_Soldat_26
Nimbostratus
May 12, 2017Creating BIG-IP ephemeral nodes using Ansible
Hello F5 team.
We are using Ansible to deploy an F5 BIG-IP cluster in AWS, including the configuration. I am trying to create an FQDN ephemeral node using the bigip_node module. The node is an ALB,...
Nazir_52641
Cirrus
May 24, 2017
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_Rupp
Altostratus
Dec 15, 2017@Steve I dont think we've added similar functionality to bigip_pool_member yet.
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects
