-
-
Notifications
You must be signed in to change notification settings - Fork 29
Fix bind if ceph_ip_address is set #54
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
base: main
Are you sure you want to change the base?
Conversation
1- Thank @breml for pointing me that parameter! You are right, I am reinstalling the collection after each change with ansible-galaxy. I'll check if that fixes my issue and detect the changes 2- I was thinking from #44 that the IP you were using for Ceph was IPv4
|
39df0e5
to
2eb50e1
Compare
@breml @gregoryguillou what's going on with this one? |
This PR introduces a default value (empty string) for In addition, the @breml did 90% of the work so I was thinking he would be interested to fix the issue. If needed, I can fix the PR and pass the tests later this week... |
@gregoryguillou Feel free to fix the PR. I have not had the time to look at this for the past weeks, I was chasing other priorities, sorry. |
Make the ansible playbook work without the need to install it as collection with Ansible Galaxy. Signed-off-by: Lucas Bremgartner <[email protected]>
Fixes: lxc#44 Signed-off-by: Lucas Bremgartner <[email protected]>
2eb50e1
to
8ff6b11
Compare
Signed-off-by: Lucas Bremgartner <[email protected]>
Fixes #44
@gregoryguillou you might want to have a look at a077db6. Since you have refactored the ansible playbook to roles and added the support to use it as ansible collection, the repository was no longer self-sufficient in the sense, that one could easily alter the code and just run it. After changing an existing role, it was always required to re-install the collection in order to make ansible pick up the changes.