Re: [ansible-project] Re: frr_facts and/or frr_bgp give assertionError?

2019-06-27 Thread Piet Honkoop
That does the trick! Thanks ;) Piet Op donderdag 27 juni 2019 11:41:36 UTC+2 schreef Nilashish Chakraborty: > > Hi Piet, > > Could you try setting 'ansible_python_interpreter' value to point to the > python executable on your controller node and check if it works? > > Refer: >

Re: [ansible-project] Re: frr_facts and/or frr_bgp give assertionError?

2019-06-27 Thread Piet Honkoop
a have service account with > the default shell set to /bin/vtysh on the VM/bare-metal server on which > you've deployed FRR and use that service account credentials in your > group_vars/host_vars. Essentially, if you SSH directly into your VMs using > that service account, you shou

[ansible-project] Re: frr_facts and/or frr_bgp give assertionError?

2019-06-26 Thread Piet Honkoop
gins/action/qnos.py. > You can refer to the lib/ansible/plugins/action/ios.py or the > corresponding ansible_network_os file. > > sincerely, > Jane# > > > > Piet Honkoop於 2019年6月26日星期三 UTC+8下午4時28分43秒寫道: >> >> Hi Jane, >> Thanks for the repl

[ansible-project] Re: frr_facts and/or frr_bgp give assertionError?

2019-06-26 Thread Piet Honkoop
nfig/base.yml also can solve the problem > (ansible_connection is set to local) > i.e. > NETWORK_GROUP_MODULES: > name: Network module families > default: [..., frr] > > sincerely, > Jane# > > Piet Honkoop於 2019年6月26日星期三 UTC+8上午5時48分40秒寫道: >> >> Trying to

[ansible-project] frr_facts and/or frr_bgp give assertionError?

2019-06-25 Thread Piet Honkoop
Trying to explore the possibilities of frr_bgp module. If I try a task like: tasks: - name: Get setup frr frr_facts: gather_subset: all That results in: File \"/tmp/ansible_frr_facts_payload_UFKM_S/ansible_frr_facts_payload.zip/ansible/module_utils/connection.py\",