We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Done 0289752
Sorry, something went wrong.
Need to test
we also need to think about f5 ansible vault and how they store secrets...
pdp2shirts
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: