-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
edgeos_config or vyos_config time out #79
Comments
Some more insight. I tried around a bit and found the following things: when doing only
As soon as I add When entering this command manually into the EdgeOS Shell, the following command gets spawned:
When executing the ansible playbook with the block:
There is the same process:
Atleast for edgeos_facts, I could circumvent the issue by changing the following line: If you set
atleast With the following diff, even I'm not sure whether or not this is an acceptable solution (the diff with simply adding |
Sadly, I can't test against version |
From @timpasternak on Jun 24, 2020 09:58
SUMMARY
When using either
edgeos_config
,vyos_config
orvyos_facts
, the command timeout gets triggered.ISSUE TYPE
COMPONENT NAME
edgeos_config
,vyos_config
,vyos_facts
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
Ansible Host:
Debian-Version: 10.3
Kernel: 4.19.0-8-amd64
Router:
Ubiquiti Edgerouter 12P
Firmware-Version: v2.0.8-hotfix.1
STEPS TO REPRODUCE
Unbox Edgerouter, configure IP-Adress on eth9 (used here:
10.0.16.129
). Add user with usernameansible
and a random passwordEXPECTED RESULTS
Hostname gets set to inventory_hostname and playbooks finishes without errors
ACTUAL RESULTS
Copied from original issue: ansible/ansible#70257
The text was updated successfully, but these errors were encountered: