4.4. Install F5 Ansible CollectionsΒΆ

To work with Ansible in this lab environment, you must first change the Ansible directory permissions and then switch to that directory.

In the BASH Terminal, execute the following:

cd ~/sslo-cloud-templates
chmod o-w ansible
cd ansible

While the SSL Orchestrator configuration modules are in the F5 Declarative Ansible collection, you will also need some of the modules from the F5 Imperative Ansible collection to perform this lab.

Install both F5 Ansible collections:

ansible-galaxy collection install f5networks.f5_bigip f5networks.f5_modules -f

Example output:

../../_images/ansible-1.png