Marco Bellaccini
787aa522cf
Modified description in nmcli module doc ( #50661 )
...
* Modified description in nmcli module doc
The instructions for installing module's dependencies were incomplete.
I copied the CentOS/Fedora part from the examples section, while I figured out myself the Debian/Ubuntu package names.
+label: docsite_pr
* Fix modified description in nmcli module doc
* Fix modified description in nmcli module doc again
* Fix modified description in nmcli module doc LB
6 years ago
Felix Fontein
345011e024
openssl_csr cryptography backend, try II ( #50894 )
...
* Revert "Revert "openssl_csr: Allow to use cryptography as backend (#50324 )""
This reverts commit bbd2e31e9f
.
* Remove more complicated selection copy'n'pasted from openssl_privatekey.
* Add tests for backend selection.
* Add openssl_csr test for arbitrary string commonName.
* Allow to disable commonName -> SAN copying (fixes #36690 ).
6 years ago
Dag Wieers
fcbead7931
More BSD/Solaris maintainers ( #51138 )
6 years ago
QCU87Z
9169b7d2b9
Update nxos_aaa_server_host.py ( #49635 )
...
* Update nxos_aaa_server_host.py
* remove host, username, and password
6 years ago
Daniel Jaouen
c9bc47b354
homebrew_cask - add sudo_password parameter( #46471 )
...
* Fixes #29403 : homebrew_cask: Add SUDO_ASKPASS to module.run_command
* homebrew_cask: refactor sudo_password code
* homebrew_cask: more refactoring
* homebrew_cask: use %s instead of string addition
6 years ago
Jihad Dwidari
94ee3712ae
Update os_quota.py fixed typo ( #50981 )
...
fixed typo, note should be not
6 years ago
Thomas Morin
6ad9f87ce7
Update debug.py ( #51041 )
...
Changed "though" to "through"
6 years ago
Dag Wieers
def4434bac
New Unix maintainers (AIX, BSD, Solaris) ( #51117 )
6 years ago
aaronk1
0d97629e4d
Update vmware.py minor typo ( #51047 )
...
"supported added" changed to "support added"
6 years ago
rajaspachipulusu17
a38039bbbe
Pluribus Networks port cos rate setting module with UT ( #50856 )
6 years ago
rajaspachipulusu17
213b2e633c
Pluribus Networks switch setup module with unit test cases ( #50797 )
...
* Pluribus Networks switch setup module with unit test cases
* Module error fix and pep8 standards error fix
6 years ago
Ganesh Nalawade
f547c88ade
Fix connect_timeout config varaible in netconf connection ( #51055 )
...
* Fetch connect_timeout value from get_options()
instead of play_context
6 years ago
Ganesh Nalawade
1b6228fa10
Increase persistent command_timeout default value ( #51056 )
...
* Increase persistent command_timeout default value
* Increase command_timeout default value from 10 to 30 sec
to reduce frequent timeout issue for network connection
types (netconf/network_cli/httpapi/napalm)
* Fix review comments
6 years ago
James E. King III
9b3e74fe91
vmware_guest: improve task error handling ( #49960 )
6 years ago
Abhijeet Kasurde
8aa2372073
VMware: Unit test for vmware_guest ( #50140 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Jordan Borean
fa0ab82d21
Ansible.Become - fix 32 bit incompatibility ( #51094 )
6 years ago
Bill Dodd
63f7536594
get standard properties for each firmware entry ( #51028 )
6 years ago
ABond
d55479d063
DigitalOcean module deprecation ( #47272 )
6 years ago
Gurchet Rai
bcd910a5e3
Add Digital Ocean Droplet API ( #33984 )
...
Create a new digital ocean droplet API to remove dopy dependency.
Also enable all digital ocean v2 parameters for droplet creation.
6 years ago
eahorning
6c96f29699
ec2_asg: doc: fix health_check_period default to match arg spec
6 years ago
Dag Wieers
56798ae04f
Welcome bcoca !
6 years ago
Brian Coca
30da7a363c
allows loop pause for subseconds ( #50461 )
...
* allows loop pause for subseconds
* skip test on os x and bsd since date commands lacks nano
fixes #49951
6 years ago
Matt Clay
d4dbc7f2e0
Fix subversion integration test on Fedora 29. ( #51089 )
...
* Fix subversion integration test on Fedora 29.
This upgrades the sqlite-libs and subversion packages to make sure
that the version of sqlite expected by subversion is installed.
* Fix compatibility with RHEL and CentOS.
6 years ago
jctanner
ce58ebf71d
Fix usetty keyword in example ansible.cfg ( #51084 )
6 years ago
Matt Clay
b3601435c4
Enable yum integration tests on RHEL 8.0.
6 years ago
Matt Clay
c7b9ef740c
Enable seboolean integration test on RHEL 8.0.
6 years ago
Dag Wieers
bea698fbc3
team_bsd: Add auto-labeling for BSD ( #51085 )
...
We are forming an BSD Working Group with the active BSD contributors.
This relates to ansible/community#430
6 years ago
Matt Clay
85689a3eec
Enable pip integration test on RHEL 8.0.
6 years ago
Matt Williams
919abe17f3
Fix Foreman returning host parameters ( #51034 )
...
Foreman (1.20) returns the `all_parameters` key as a list of dicts, not a dict of key-value pairs.
6 years ago
Anthony Ruhier
8a5bb7e6c3
Fixes and refactor netbox device module ( #50672 )
...
* Adapt netbox_device to pynetbox changes
Pynetbox API has changed, resulting in errors at the creation or
deletion of any device with the netbox_device modules. Fixes these
errors.
rebase
* Refactor netbox_device
Better error handling
Split the return values to `device` and `msg`, containing the created
device (if any), and the message to get more info about what has been
achieved (or the error if any)
6 years ago
Jeffrey Noehren
2eaf0956b5
Spotinst - adding support for instance health check validation ( #49211 )
...
[src] - adding changlog fragment
6 years ago
Dag Wieers
d3dc8a52bb
Add new hpux labels and $team_hpux ( #51075 )
6 years ago
Dag Wieers
b897635ff5
team_solaris: Add auto-labeling for solaris ( #50730 )
6 years ago
Will Thames
57a5e3e299
Merge module defaults groups docs into one page ( #51045 )
...
The information on module defaults groups would be
better alongside the rest of the module defaults docs
Remove the orphaned old doc
6 years ago
Miguel Gonzalez
8546273f5e
Make module handle its own exit ( #50728 )
6 years ago
Alan Rominger
baf59ccaac
Put in documented default for gcp_compute filters ( #50025 )
6 years ago
John Westcott IV
0ce9593986
Adding TowerCLI receive module ( #51023 )
6 years ago
John Westcott IV
e1b7acde87
Adding tower_workflow_launch ( #42701 )
6 years ago
John Westcott IV
9722254618
Adding TowerCLI send module ( #37843 )
6 years ago
Ingate Systems
5671ff983d
modules: network: ingate: Add module ig_store_edit ( #47675 )
...
* modules: network: ingate: Add module ig_store_edit
* modules: network: ingate: Add module ig_config
Manage the configuration database on an Ingate SBC.
6 years ago
Zim Kalinowski
308e4c31c6
fixed vmss required parameters handling ( #51012 )
6 years ago
Dag Wieers
30227ace98
Fix parameter types and other fixes ( #50111 )
...
* Fix parameter types and other fixes
* Fix issues after review
* Fix Windows-references in system/files modules
This PR includes:
- Replacing version/v with just Ansible X.Y
- Removing Windows-alternatives from notes
* Update lib/ansible/modules/system/parted.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/system/service.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/system/service.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Revert type change, move to separate PR
* Update lib/ansible/modules/files/replace.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/files/replace.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/files/replace.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/files/replace.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/files/replace.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/files/replace.py
Co-Authored-By: dagwieers <dag@wieers.com>
6 years ago
Matt Clay
b834b29e43
Run integration tests from temporary directory.
...
ci_complete
6 years ago
Jordan Borean
18c35b69fb
setup_rabbitmq - fix erlang pinned dependencies ( #51048 )
6 years ago
Jordan Borean
b7620c161a
win_updates - fix category return value to be a list ( #51001 )
...
* win_updates - fix category return value to be a list
* remove unstable test alias
6 years ago
Martin Nečas
88bb555ab8
ovirt hosts facts add cluster version filtration ( #48664 )
...
* ovirt hosts facts add cluster version filtration
* update filtering of ovirt hosts and input of cluster version
* ovirt host facts change compat version to string
6 years ago
Martin Nečas
8206ee96e3
ovirt add sync_networks ( #49298 )
...
* ovirt add sync_networks
* ovirt add network sync check
* ovirt rename check sync function
* correct python syntax ovirt host networks
* ovirt sync networks update docs
* ovirt sync network update check controll
6 years ago
Matt Clay
d95c716249
Fix azure_rm_rediscache test resource naming.
6 years ago
Matt Clay
a864247bd5
Encoding fixes for plugin loader and vault. ( #51002 )
6 years ago
Jordan Borean
9fa46e7f94
reboot - Fix connection timeout reset ( #51000 )
...
* only reset if we could retrieve the conn timeout
6 years ago