Pierre-Yves Ritschard
bd1050dfc7
cloudstack: inventory: consider more keys optional ( #49364 )
6 years ago
Filippo125
238786c0d3
zabbix inventory: options to read per each host and set ansible_ssh_host ( #44107 )
6 years ago
Abhijeet Kasurde
45e41f5a3d
Add Action plugin example ( #49290 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Bob Vincent
2557373cc8
Do not document buggy behavior. ( #49325 )
...
In the pip module, umask should be specified as an octal *string*, not an octal (or decimal) *integer*.
6 years ago
Brian Coca
8c43ce491e
unsafe cleanup
6 years ago
Alicia Cozine
031e961c58
removes talk of hardcoded loading from plugin docs ( #49383 )
6 years ago
XOmniverse
5c525f9466
Update intro_inventory.rst to show YAML ranges ( #49265 )
...
Adds a YAML example inventory listing a range of hosts to complement existing INI example.
6 years ago
Gregor Wegberg
4096d74245
Specify key to use while sorting permissions ( #49126 )
...
Without specifying the dictionary key to use while sorting it will fail
in Python 3 environments due to simplifying Python's rules for ordering
comparisons: https://docs.python.org/3.0/whatsnew/3.0.html#ordering-comparisons
6 years ago
Ken Partridge
19035dbcb2
CPM plugcontrol for WTI Power Devices ( #47683 )
...
* Add WTI OOB and PDU Device status, control and configuration module
* removed accidental file inclusions
* removed accidental file
* remove unneeded legacy files
* Added the new module cpm_plugcontrol to control the plugs on WTI Power devices
6 years ago
Ken Partridge
837818018d
CPM plug configuration for WTI Power Devices ( #47989 )
...
* Add WTI OOB and PDU Device status, control and configuration module
* removed accidental file inclusions
* removed accidental file
* remove unneeded legacy files
* added the module cpm_plugconfig
6 years ago
Ian Wienand
44c734e624
Local test docs: correct tox shell command usage ( #49350 )
...
The ansible-test shell command doesn't have a --python option; you
have to specify the tox environment directly to the --tox command
Partially fixes : #49349
6 years ago
Adam Miller
378cc9668c
dnf module load/init dnf pkg mgr plugins properly ( #49278 )
...
* dnf module load/init dnf pkg mgr plugins properly
Fixes #45940
Signed-off-by: Adam Miller <admiller@redhat.com>
6 years ago
Jorgen
8ff13db17c
Add Windows example of raw command ( #47153 )
...
* Add Windows example of raw command
Perform shutdown of Windows OS using Microsoft.PowerShell.Management module
* Capitalized cmdlet, remove quotes and improve description
This commit also cleans up some of the description sections.
* Use another example as suggested by jborean93
I was happy to merge this before I noticed jborean93 objected to the example :-/
* Fix whitespace issue
6 years ago
Martin Krizek
c78c8d389f
Last loaded handler with the same name wins ( #49249 )
...
* Last loaded handler with the same name wins
* Add comment explaining reversed
6 years ago
James Cote
aee9209375
Update set_fact doc to reflect updated caching options ( #46565 )
...
* Update set_fact doc to reflect updated caching options
* add note about change in precedence caused by caching
6 years ago
John R Barker
a36caca9f6
labels: docsite ( #49359 )
6 years ago
Peter Sprygada
2a4be2748f
fixes an issue with dict_merge in network utils ( #41107 )
...
This change address a problem where the dict_merge function would fail
due to the value being a nested dict. This will now recursively pass
the value back through the dict_merge function.
6 years ago
Youhua Li
c1a30c743e
enable ONE auth file authentication ( #49331 )
6 years ago
Lars Kellogg-Stedman
b2e5c75131
server.security_groups is a list of dicts ( #48798 )
...
os_server was trying to access `[sg.name for sg in
server.security_groups]`, but the items in `server.security_groups`
are dictionaries, so that should be `sg['name']`.
6 years ago
Giovanni Sciortino
95718f7e12
fix archive module can not compress a single file in a tar file ( #45117 )
...
fixes #44968
6 years ago
Martin Surovcak
87a9ada188
fix module argument to be boolean ( #47134 )
6 years ago
Lex Rivera
aa484c0835
Fix GCE and scaleway VM detection ( #47193 )
...
* Fix Google cloud engine & Scaleway VM detection
6 years ago
maxstack
0dbac3f3b8
add default nolog param for VPN PreSharedKey ( #47788 )
6 years ago
Alan Rominger
d536be6530
Avoid duplicated recursive calls in inventory CLI ( #48598 )
6 years ago
ftntcorecse
b4ce4e1571
Fortinet FortiManager Device Group Module ( #46086 )
...
* fmgr_device_group PR candidate
* fgmr_device_group PR candidate
* PR candidate
* PR candidate
* Fixing Edits.
* Fixing Edits.
* Fixing Authors
* Removed State Parameter and replaced with Mode, per request of justjais
6 years ago
bverschueren
5cd31578cc
comparing StorageConnection.password breaks idempotency ( #48933 )
6 years ago
Christian Kotte
68cafbda2b
Improve vmware_dvswitch module ( #48720 )
6 years ago
Matthew Krupcale
93fd323457
Add support for newer FreeIPA SHA256 SSH public key hashes ( #40803 )
...
* lib/ansible/modules/identity/ipa/ipa_user.py:
- Check any existing `ipa_user` SSH public key fingerprints for the hash algorithm to use
- Generate `module_user` SSH public key fingerprint based on detected or default algorithm
6 years ago
Felix Fontein
2bd8e47247
add acme_inspect module ( #48444 )
6 years ago
rajaspachipulusu17
fe147289b7
Pluribus Networks pn access list module ( #49176 )
...
* Pluribus Networks pn access list module
* Added shlex import which was missing and added correct author
* Added an extra space which is according to pep8
6 years ago
Sofiane Medjkoune
ec73af1d78
Removed the unused argument description from lxd_container module ( #31440 )
6 years ago
Abhijeet Kasurde
3141fda6b4
Misc typos in ce action plugin ( #49348 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Yunge Zhu
be28794dfc
fix keyvault key secret not support cloud environment ( #49182 )
6 years ago
Monty Taylor
824c72da5f
Set play context on stdout callback plugin ( #35910 )
...
The loop on self._callback_plugins does not include the stdout callback,
so the stdout_callback never has set_play_context called.
6 years ago
Gaël Lambert
ad7798c26a
Add the ability to download a specific version of an S3 object ( #47867 )
...
Add the ability to download a specific version of a S3 Object
Fixes : #47864
6 years ago
Florian Pracht
eb410a9987
Run patch command with --check option instead of --dry-run to support older BSDs ( #42168 )
6 years ago
Dag Wieers
bc481c2500
PSRP: Improve default logging to ansible.log ( #47645 )
6 years ago
Dag Wieers
01d66d4431
WinRM: Improve default logging to ansible.log ( #49308 )
6 years ago
Tomáš Pospíšek
434c421675
improve usage example of tempfile module ( #47933 )
...
* Show in example how to use file created by tempfile module
6 years ago
Chris Archibald
73348ae32d
Fixes for na_ontap_cluster_peer ( #48329 )
...
* Fixes for na_ontap_cluster_peer, incorporating review comments, version, etc.
6 years ago
Laurent G
655b27f571
VMware: Add a pointer on how to get possible values. ( #48658 )
...
* Add a pointer on how to get possible values for VMware host config manager
6 years ago
Jordan Borean
d9ca78c542
update docs on runas become ( #48149 )
...
* update docs on runas become
* Added example win_whoami output and removed some 2.5 mentions
6 years ago
Kevin Breit
a9d68f3d52
Meraki scenario guide - describe how to merge new data with old data ( #48999 )
...
* Described how to merge new data with old data in the Meraki guide
Co-Authored-By: kbreit <kevin.breit@kevinbreit.net>
6 years ago
Alicia Cozine
02baae6e99
revises inventory intro page ( #49330 )
...
* revises inventory intro page
* changes :doc: to :ref: for links
6 years ago
Felix Fontein
3726d467ec
Code style adjustment. ( #49329 )
6 years ago
Monty Taylor
2e8f166b8a
Add comment about group merge in yaml inventory example ( #24986 )
...
* Add comment about group merge in yaml inventory example, w/bcoca feedback
6 years ago
Alicia Cozine
e700309618
Refine plugin docs ( #49324 )
...
* local TOCs, anchors, better headings, :ref:-not-:doc: links on all plugin pages
6 years ago
Brian Coca
8461321a6a
clarify registered vs facts ( #45432 )
...
* clarify registered vs facts
fixes #45411
* wordsmithing
6 years ago
martinwangjian
d1816d4908
grafana_datasource: Add CloudWatch as grafana datasource type ( #48174 )
6 years ago
Matt Martz
77befcf5d7
Do not allow addressing an import from handlers via notify. Fixes #48936 ( #49317 )
6 years ago