Skip to content

Latest commit

 

History

History
executable file
·
14 lines (11 loc) · 905 Bytes

README.MD

File metadata and controls

executable file
·
14 lines (11 loc) · 905 Bytes

Basic BIG-IP onboarding using Ansible and a Docker container

Dependencies

Prerequisites

  • Docker must be installed
  • Your Docker container must be able to connect to a specified BIG-IP over TCP port 443
  • The BIG-IP must already be configured with a management address, and must already have a strong password set if using BIG-IP v14+

Usage

Update the playbook.yml and hosts.ini accordingly for your environment. Run ./onboard.sh first. Once the container is up, cd bigip-onboarding then run ansible-playbook /home/snops/bigip-onboarding/playbook.yml inside the container. Playbook variables can be found in the README at https://github.com/f5devcentral/ansible-role-bigip_onboarding