Python script (qk.py
) will upload multiple files from directory
The qkvw.yml
play will use host vars from Ansible and F5 DevCentral's Galaxy Role to get the alias name of the target, in this example BigIp13
Example Inventory:
[adc]
bigip13 ansible_host=192.168.1.245
Upload Qkview using Ansible play and the iHealth API (thanks to python). Below is the DevCentral article covering the [iHealth API](https://clouddocs.f5.com/api/ihealth/)
From this example you can edit the user_id and user_secret like:
`payload = {'user_id':'[email protected]', 'user_secret':'S3cretP@ssword'}`