Installation
Using ansible-galaxy collection install with the main repo.
ansible-galaxy collection install \
git@github.com:f5devcentral/f5-ps-ansible.git#ansible_collections/f5_ps_ansible/f5os,main
Using requirements.yml (recommended):
---
# main branch, always the latest code
- source: https://github.com/f5devcentral/f5-ps-ansible.git#ansible_collections/f5_ps_ansible/f5os
version: main
type: git
# specific release, version 1.2.0 in this example
#- source: https://github.com/f5devcentral/f5-ps-ansible.git#ansible_collections/f5_ps_ansible/f5os
# version: 1.2.0
# type: git
ansible-galaxy install -r requirements.yml
f5_ps_ansible.f5osis currently NOT available on Ansible Galaxy!
Dependencies
This collection depends:
f5networks.f5osansible collection for the low-level API communication- optional
deepdiffpython package, for better change diff reports - optional
jmespathpython package, when using theconfig_queryparameter off5os_restconf_config