-
Running ansible version 2.9.11 on macOS with python 3.8, with latest mitogen version from master, targeting cisco isr routers and other network_cli based connection devices. All playbooks fail with t…
-
(Note: This issue was filed in a semi-automated fashion on behalf of the Ansible Community Steering Committee. Let me know if you see errors in this issue.)
As per the [Ansible community package in…
-
When `grafana_dashboards` is non-empty, applying the Grafana role in check mode fails with an error:
```
TASK [grafana.grafana.grafana : Create local grafana dashboard directory] ****** …
-
Hi,
I have to deploy on much servers the agent and i would like to deploy it with ansible.
Have you got the role for deploy it or the documentation for install it with silent option ?
Thank y…
-
We should document variables and how to use them. Something as simple as an MD table in `README.md` would be nice but am open to other ideas.
| Variable | Default | Required | Description |
|---|-…
-
### Summary
When I run a task like this
```
- name: ensure permissions
ansible.builtin.file:
dest: /app/var/run
owner: appUser
group: appGroup
recurse: true
```
sometimes a…
-
Trying to get a simple sample running for a playbook.
```
resource "ansible_playbook" "playbook" {
playbook = "./ansible/playbook.yml"
name = ansible_host.basic.name
#### ignor…
-
# Create Vm With Ansible Libvirt :: Ibiza
Do Learn
[https://kimmj.github.io/ansible/create-vm-with-ansible-libvirt/](https://kimmj.github.io/ansible/create-vm-with-ansible-libvirt/)
-
Hi I am struggling to get this new version working at all. v3 was fine.
Digging into the problem a bit it seems ansible-ssh-user/password in the job or project is ignored!
Adding in some debug it …
-
### Short Description
There seems to have been a recent Ansible lint change which recommends to:
`Use `ansible.builtin.dnf` or `ansible.legacy.dnf` instead`
### Evidence/Steps to Reproduce
_…