Open glimchb opened 4 months ago
I added https://github.com/opiproject/lab/blob/main/ansible/f5certs.yml to git
and added f5 to dependencies https://github.com/opiproject/lab/blob/main/ansible/collections/requirements.yml
now need to consolidate (not in git)
root@mgmt:~# cat ansible/inventory.yml [all:vars] [lb] f5 ansible_host=216.218.200.227 ansible_user="{{f5_username}}" ansible_password="{{f5_password}}" server_port=443 [control] ansible ansible_host=216.218.200.230 ansible_user=root
inside https://github.com/opiproject/lab/blob/main/ansible/inventory
Done https://github.com/opiproject/lab/commit/02897529b1cc04f4161891acee3af2d3f55b578b
Need to test
we also need to think about f5 ansible vault and how they store secrets...
I added https://github.com/opiproject/lab/blob/main/ansible/f5certs.yml to git
and added f5 to dependencies https://github.com/opiproject/lab/blob/main/ansible/collections/requirements.yml
now need to consolidate (not in git)
inside https://github.com/opiproject/lab/blob/main/ansible/inventory