-
This is from the master branch
##### ISSUE TYPE
- Bug Report
##### TEMPLATE USING
Running Tox tests
##### SUMMARY
See above.
##### STEPS TO REPRODUCE
git pull
cd ntc-templates
…
-
Hi,
I am trying to make connection with my hp/cisco switches by using ntc modules but always i get some kind of errors. I have no idea what am i doing wrong. Below i present my configurations and out…
-
When I run my playbook, the task for GET LLDP NEIGHBORS fails and it seems to be because the SNMP task does not return the proper version. The switch is an Aruba 3810M running KB.16.04.0009 soon to b…
-
Hello!
after installing bash (#pkg install bash) and hardlinking it into /bin (#ln /usr/local/bin/bash /bin/bash)
### Expected behavior:
complete installation
### Actual Behavior:
fatal: [localho…
-
## Summary
When the home directory of a specified `become_user` is not writable, and `ansible_remote_tmp` is not overridden, then Ansible is able to run tasks but Mitogen fails
## Details
In o…
-
Using mitogen with Ansible and 19 hosts consistently hangs, though not on the same host, or the same task when I rerun. I can reproduce with my own playbooks (as early as the first task) as well as ht…
-
The `yum` module seems to hang, even when running this playbook against a single host:
```yaml
---
- hosts: all
tasks:
- yum: name=yum-cron state=installed
```
Here's the `-vvv` out…
-
Here's an awful construct from one of my playbooks. The server has a Python app, with a virtualenv at `{{ venv_bin }}` that already has psycopg2 installed. Rather than also install psycopg2 systemwide…
-
ansible -m ce_command -a 'host=192.168.1.5 port=22 username=admin@123 password=Huawei@123456
commands="display version"' localhost --connection local -vvvv
执行该命令的时候报raise socket.timeout()
An except…