Skip to content
New issue

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

ansible: combine OPI and f5 inventory #41

Open
glimchb opened this issue Jul 8, 2024 · 2 comments
Open

ansible: combine OPI and f5 inventory #41

glimchb opened this issue Jul 8, 2024 · 2 comments
Assignees
Labels

Comments

@glimchb
Copy link
Member

glimchb commented Jul 8, 2024

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

@glimchb
Copy link
Member Author

glimchb commented Jul 16, 2024

Done 0289752

@glimchb
Copy link
Member Author

glimchb commented Jul 16, 2024

Need to test

@glimchb glimchb added the ansible label Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants