-
### Issue
Hellow,owner:
my playbook field hosts is an variables with {{ exec_group }}. The file is
```
- name: "test hosts ping"
hosts: "{{ exec_group }}"
roles: ["ping"]
```
The webui…
-
`TASK [install_contrail : create /etc/contrail/redis] ****************************************************************************
task path: /root/contrail-ansible-deployer/playbooks/roles/install_c…
-
when running ansible-playbook command:
ansible-playbook -K -e "minemeld_version=master" -i 127.0.0.1, local.yml
I get the following error:
TASK [minemeld : minemeld-webui repo] ******************…
-
it would be nice if this role was able to roll out a license file.
FWIW, at https://docs.ansible.com/ansible-tower/latest/html/administration/configure_tower_in_tower.html#license I found instructi…
-
There are a few issues I'd like to discuss.
- Being more explicit about what is going on in ansible-container
- allowing for users to specify what playbook file to use
- making the resulting image nam…
-
### Is your feature request related to a problem? Please describe.
This ansible module does not support a feature of the UI/API that we'd like to utilize in an Ansible role
### Describe the soluti…
-
### Ansible NetBox Collection version
v3.8.0
### Ansible version
```bash
2.11.7
```
### NetBox version
3.2.5
### Python version
3.8
### Steps to Reproduce
Create a prefix …
-
**Is your feature request related to a problem? Please describe.**
I'm building a simple automation (Ansible playbook) to get all workflows and store them in a git repository.
JSON documents represe…
-
When we run the ansible playbook in developer mode we build the ciao middleware sources, i.e., the part written in go, from source. The web ui is downloaded from docker. The docker web-ui image is c…
-
Hello. I have following setup: my laptop -> AWS Jumphost -> Site-to-site VPN -> Aruba 6100 (JL676A) switch.
I configured tinyproxy in AWS jumpbox and it's listening on 127.0.0.1:8888. I use SSH por…