QijunPan
645eb03eeb
Contributing lib/ansible/modules/network/cloudengine/ce_bgp_neighbor_af.py module to manage HUAWEI data center CloudEngine ( #22033 )
...
* add ce_bgp_neighbor_af
add ce_bgp_neighbor_af
* upgrade bgp neighbor af
upgrade bgp neighbor af
* fix review issues
8 years ago
QijunPan
d43fb67583
Contributing lib/ansible/modules/network/cloudengine/ce_bgp_neighbor.py module to manage HUAWEI data center CloudEngine ( #22032 )
...
* add ce_bgp_neighbor
add ce_bgp_neighbor
* fix review issues
8 years ago
Brian Coca
85c7a7b844
added new selinux fact to clarify python lib
...
the selinux fact is boolean false when the library is not installed,
a dictionary/hash otherwise, but this is ambigous
added new fact so we can eventually remove the type dichtomy and normalize it as a dict
8 years ago
Abhijeet Kasurde
211d0656f8
Misc Typo correction ( #25025 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
8 years ago
Fabrizio Colonna
78fff751ab
Fixed issue idempotence issue on label an name. ( #23411 )
8 years ago
QijunPan
7df246cebb
Contributing lib/ansible/modules/network/cloudengine/ce_bgp.py module to manage HUAWEI data center CloudEngine ( #22030 )
...
* add ce_bgp module
add ce_bgp module
* upgrade ce bgp
upgrade ce bgp
* fix review issues
8 years ago
QijunPan
079590b589
Contributing lib/ansible/modules/network/cloudengine/ce_ospf_vrf.py module to manage HUAWEI data center CloudEngine ( #21881 )
...
* add ce_ospf_vrf module
add ce_ospf_vrf module
* update ce_ospf_vrf
update ce_ospf_vrf
* upgrade ospf vrf
* fix review issues
* fix CI issues
8 years ago
QijunPan
eaf23d2ec4
Contributing lib/ansible/modules/network/cloudengine/ce_mtu.py module to manage HUAWEI data center CloudEngine ( #21879 )
...
* add ce_mtu module
add ce_mtu module
* update ce_mtu
update ce_mtu
* fix review issues
8 years ago
QijunPan
a1578cc01a
Contributing lib/ansible/modules/network/cloudengine/ce_acl_advance.py module to manage HUAWEI data center CloudEngine ( #21877 )
...
* add ce_acl_advance module
add ce_acl_advance module
* update ce_acl_advance.py
* fix review issues
8 years ago
QijunPan
c0ef52cf40
Contributing lib/ansible/modules/network/cloudengine/ce_netstream_template.py module to manage HUAWEI data center CloudEngine ( #21818 )
...
* add ce_netstream_template
add ce_netstream_template
* update
* fix review issues
8 years ago
QijunPan
76b9c84cac
Contributing new lib/ansible/modules/network/cloudengine/ce_config.py module to manage HUAWEI data center CloudEngine switch ( #21667 )
...
* commit ce_config
commit ce_config
* update ce_config
update ce_config
* add module ce_config
add module ce_config
* update ce_config module
update ce_config module
* update ce_config
update ce_config
* fix CI issues
* fix review issues
* fix review issues
8 years ago
Trishna Guha
6a3ce18e4b
add more testcases for nxos_evpn_vni ( #24996 )
8 years ago
Trishna Guha
307fd1b3dc
nxos_vlan fix ( #24973 )
8 years ago
Will Thames
30fec68931
Expose variable_manager to PlayIterator
...
`variable_manager` is passed to the constructor of `PlayIterator`,
and then used to access the fact cache when fact gathering.
Make `_variable_manager` an attribute of the `PlayIterator` class
8 years ago
Toshio Kuratomi
8e1e896955
Enable su on the docker plugin
8 years ago
Benjamin Schwarze
5668c97850
enable su support for docker connection
8 years ago
louis
7363776174
fixes #19550 (docker_container with empty links list always restarts)
8 years ago
Konrad Klimaszewski
5f3c887c38
Docker does not output Status after pull anymore.
...
- Docker 1.12 on CemtoOS7 does not output status line anymore.
- Do not rely on Docker output to verify if the image was the latest.
8 years ago
Brendan Almonte
b820d024fc
Add alternative syntax for upgrading all installed packages via apt ( #25007 )
...
syntax: 'apt: name=* state=latest'
feature #24189
8 years ago
kkjang
5c43bd3bae
Cmp python3 compat ( #25008 )
...
* Use double-quotes for expect integration tests
* Cast user input to string for expect integration tests
* Remove usage of cmp() for python3 compatibility
- Add code smell test to look for cmp usage
- Fixes #24756
8 years ago
Konrad Klimaszewski
64f63a3cac
Properly handle Docker image comparison for published_ports defined as IP::PORT
...
- Published port defined as IP::PORT where parsed in expected.parameters
as 0.0.0.0::PORT leading to changed==True on every playbook run.
8 years ago
bengerman
5b39368108
use two-tuples rather than dicts to allow multiple aliases for the same target
8 years ago
Nikolay Murga
3610a2457f
Fixed #21464 - docker_network: TypeError with existing network ( #24266 )
...
Fixed #22530 - docker_network Failed but Overlay network created successfully on Docker swarm mode
8 years ago
bengerman
cb3026f769
rebuild docker containers if there are less ports exposed
8 years ago
Guillaume Coré
a5c70dc672
os_user: fix module undefined
...
module variable in the function is undefined. Pass it.
fix "NameError: name 'module' is not defined"
8 years ago
Brian Coca
a86878c425
fixes for insserv on SLES11
...
fixes #23700 , seems SLES11 has diff behaviour of insserv
these changes are compatible with debian/ubuntu.
8 years ago
bengerman
fab2dfd1c6
typo in security opts
8 years ago
Toshio Kuratomi
0c3bdb7a6d
Update changelog w/ docker addition
8 years ago
Adrian Likins
ea3914f438
Show the ansible version if invoked with more than one -v ( #22091 )
...
* Show the ansible version if invoked with more than one -v
* use display.vv directly
8 years ago
Michael Sheinberg
272125023f
Add working_dir to docker_container ( #20044 ) ( #24977 )
...
* docker_container: add working_dir (fixes #20044 )
Added a working directory option that will get passed with the other
docker container parameters. This is optional and addresses feature
request #20044 .
8 years ago
Brian Coca
e558ec19cd
Solaris fact fix ( #24793 )
...
* ensure locale for solaris fact gathering
fixes issue with locale interfering with proper reading of decimals
fixes #24542
* fixed typoe
8 years ago
Brian Coca
61060b66c2
make rst linter happy
8 years ago
scottb
f315d4260f
Update playbooks_intro.rst
...
Edits
8 years ago
Brian Coca
70b2ceebe5
document new 'order' keyword for plays
8 years ago
Brian Coca
1e1caaad06
docs update, use connection: local vs local_action
8 years ago
Tim Rupp
6ef022b034
Adds the bigip_snmp_trap module to Ansible ( #24848 )
...
This patch adds the bigip_snmp_trap module to Ansible to support managing
SNMP trap destinations on an F5 BIG-IP.
8 years ago
Brian Coca
40b222867f
ensure fullpaths on vars files ( #24990 )
...
fixes #24970
now correctly picks up group/host vars inside group/host named directories
8 years ago
tdtrask
0d761e4568
Add apk available and repository ( #24146 )
...
* apk: Allow update and upgrade in same task
* apk: Add repository option
* apk: Add available option
* apk: Add stdout and stderr output where possible
* apk: Add packages return with list of changed packages
8 years ago
Brian Coca
37e5454839
updated inventory plugins info
8 years ago
Abhijeet Kasurde
625ee36e06
Make os_volume idempotent ( #24881 )
...
Fix adds idempotency while deleting volume in os_volume
module
Fixes #19619
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
8 years ago
Damien
a611449cad
eos_user Add documentation and example to change password ( #24750 )
...
* Add doc for password
* Add example to change user password
* Add dot at the end of the doc for password
* Add disclaimer in documentation for password
* Correct provider option name in description
8 years ago
Brian Coca
0cde9489fb
removed unused import
8 years ago
Brian Coca
f2e4a90c93
clarified error messages
8 years ago
Adrian Likins
44c8195406
pep8 fixes to fix CI ( #24988 )
8 years ago
John R Barker
c158705c48
Fix pep8 issue
...
lib/ansible/plugins/vars/host_group_vars.py:74:41: E261 at least two spaces before inline comment
Caused by daef6f0911
8 years ago
Jiri Tyr
09e80a1306
Removing unecessary exception in jenkins_plugin ( #24968 )
8 years ago
Ganesh Nalawade
825d9df5ea
Add eos changes for Python3 ( #24600 )
...
* eos python3 changes
* changes to convert response from byte to text
* Add dellos6 python3 changes
Make `execute_command` arguments and its
return value complaint to PY3 changes
made in PR #24431
* Fix py3 prompt issue for invalid show command
* Fix review comments
* Add generic fix for error prompt in py3
* Fix CI issue
* Fix network_cli unit test failure
8 years ago
Brian Coca
daef6f0911
allow empty files in host/group_vars
...
also remove unused import
fixes #24963
8 years ago
bengerman13
4b6db5db7c
add xattr integration tests to ci ( #24950 )
...
* add xattr integration tests to ci
* fix package syntax
* remove unnecessary become, disable xattr for bsd and osx
8 years ago
Alexander Teves
d2032116cd
Added timeout to jenkins_script POST request ( #24924 )
...
* Added timeout to jenkins_script POST request
The timeout value is passed to fetch_url to allow a custom timeout
bigger than the predefined 10 seconds.
* Added version, removed no_log
8 years ago