-
I needed wifi support for some of my devices but it wasn't supported if I'm not mistaken. I implemented it in a fork, would you be interested in a PR?
-
After running a plan with multi-host provisioning with 3+ hosts, terminal "breaks", it prints many spaces in the beginning of the lines, and then doesn't work. With two nodes, the output is fine. With…
-
**Describe the bug**
Hi, after running local install on ubuntu 23 with default settings it fails with error :
```
TASK [wireguard : Generate public keys] **************************************…
-
##### SUMMARY
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
Ansible dynamic inventory is adding '_' to the beginning of any record you are attempting to use for keyed_groups.
…
-
## Bug Report
First of all, sorry if this is not the proper way to report this, but I could not find another communication channel to seek for help in this topic.
##### SUMMARY
From a few mon…
-
##### ISSUE TYPE
- Bug Report
##### container.yml
```
version: "2"
settings:
conductor_base: ubuntu_m
services:
ConvWeb:
container_name: ConvWebName
from: ubuntu_m:la…
-
I'm using the role in a playbook like this:
```yml
---
- hosts: my_servers
roles:
- role: staticdev.pyenv
become: yes
pyenv_version: "v2.3.21"
pyenv_env: "user"
…
-
In kitchen.yml I have these two options:
```
root_path: /tmp/kitchen/ansible
roles_path: /ansible-roles
```
where WORKSPACE env var is set to my working dir, which contains subdir named 'ansible-…
-
### Summary
Hi!
I am using the Junit callback plugin with a prefix to generate a junit XML file.
I wanted to use this process on some tasks from a role but when you include a role from a absolute p…
-
It appears as though the latest version of Ansible uses Python 3 or perhaps my system is just configured to use Python 3 with Ansible. When running the command
`ansible-playbook -i inventory/hosts …