adeptvin1
f1ae008c4d
Update facts ( #101 )
...
* Update facts.py
* Update facts.py
* Update plugins/modules/facts.py
Co-authored-by: Egor Zaitsev <heuels@gmail.com>
* Update plugins/modules/facts.py
Co-authored-by: Egor Zaitsev <heuels@gmail.com>
* Update plugins/modules/facts.py
Co-authored-by: Egor Zaitsev <heuels@gmail.com>
* Update plugins/modules/facts.py
Co-authored-by: Egor Zaitsev <heuels@gmail.com>
* Update plugins/modules/facts.py
Co-authored-by: Egor Zaitsev <heuels@gmail.com>
* Update plugins/modules/facts.py
Co-authored-by: Egor Zaitsev <heuels@gmail.com>
* Update plugins/modules/facts.py
Co-authored-by: Egor Zaitsev <heuels@gmail.com>
* Update plugins/modules/facts.py
Co-authored-by: Egor Zaitsev <heuels@gmail.com>
* Update plugins/modules/facts.py
Co-authored-by: Egor Zaitsev <heuels@gmail.com>
* Update plugins/modules/facts.py
Co-authored-by: Egor Zaitsev <heuels@gmail.com>
* Create 101_update_facts.yml
* Update plugins/modules/facts.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update changelogs/fragments/101_update_facts.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* add test default function
* add test data
* Update routing_ospf_neighbor_print_detail_without-paging
* add test function "Routing"
* added information of version
* Removed extra spaces
* add one more version, "ansible_net_cpu_load"
* remove many blank lines
* remove 'too many blank lines'
* renamed arhitec to arch
* Update facts.py
* Update test_facts.py
* Update test_facts.py
* one more
* remove one route
* Update test_facts.py
* remove one neighbor
Co-authored-by: Egor Zaitsev <heuels@gmail.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2020-10-26 15:18:40 +01:00
Andrew Klychkov
82f9288507
modules: fix examples to use FQCN ( #88 )
...
* modules: fix examples to use FQCN
* fix
* fix
2020-10-26 15:18:40 +01:00
Andrew Klychkov
283749481e
Fix example formatting ( #37 )
2020-10-26 15:18:40 +01:00
Jan-Philipp Litza
d26dfa16c7
facts: Allow multiple entries per iface ( #6 )
...
* facts: Allow multiple entries per iface
There can be multiple addresses per interface, as well as multiple
neighbors.
This changes the format of "ansible_net_neighbors" to list instead of
dict, because the old format could not store multiple neighbors per
interface.
Also, this fixes a crash when the ipv6 module is not loaded, because the
error "bad command name" was being parsed with interface=None
* facts: Fix tests
* facts: Add changelog fragment
2020-10-26 15:18:40 +01:00
Andrew Klychkov
138e27a31e
Remove ANSIBLE_METADATA ( #35 )
2020-10-26 15:18:40 +01:00
John R Barker
bcfea39ddc
Add networking ( #1 )
...
Initial commit of network content that was previously in community.general
2020-10-26 15:18:40 +01:00