-
As it is, this code isn't super straightforward to consume as part of a larger automation. It's essentially one role with an example playbook. It would be quite easy to refactor and publish on [Anisbl…
-
I would like the ability to report custom metrics and logs of the minecraft server up to cloudwatch for easy viewing.
These can include things such as:
- Number of logged in players
- Minecraf…
-
Hi,
Thank you so much for the Anisble role. It's really helpful.
I'm trying to setup Pacemaker cluster on Debian 10 and with little tweaks it's working fine.
We would like to add 2 Virtual IP…
-
### Enhancement summary
We are unable to implement our internal best practice inventory format when using the eos_config_deploy_cvp role. We implement ansible in many areas of our business and have…
-
The installation will only hang if the cloud server doesn't have identity ids, since the installation is waiting for the user to input the ids. A way to detect if the installation hangs would be nice …
-
I created a role similar and used the below to then not require passing the hacluster password as a var.
```
- name: Create random password
ansible.builtin.set_fact:
ha_userpass: "{{ loo…
0lzi updated
9 months ago
-
##### SUMMARY
When trying to use the `azure_rm_roleassignment` module and the requested assignment exists, the task fails reporting the same:
```
Error creating role assignment: (Role…
-
For some clients, having license headers in all files significantly improves the ability for them to approve use of the software.
-
### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current is…
-
##### SUMMARY
I am new to ANSIBLE. I am building my automation system with Ansible.
With this article as referece "https://www.redhat.com/en/blog/integrating-ansible-jenkins-cicd-process" …