Sloane Hertel
9deef5626f
Only create tags if tags are provided ( #36921 )
2018-03-01 15:30:08 -05:00
Ryan Petrello
0e7106b106
properly pass /api/v1/ credential fields for older Towers ( #36917 )
2018-03-01 15:22:29 -05:00
Mikhail Naletov
7ade607525
Add variables and variable_file in terraform module ( #36879 )
...
* Fixes #36837
Added terraform variables for validate command
* Fixes #36837
Changed method from append to extend.
2018-03-01 12:50:49 -05:00
Ryan Petrello
a82043939b
properly detect the absence of credential_type in older tower-cli ( #36908 )
2018-03-01 10:36:18 -05:00
Pierrick Caillon
808f45db55
Allow configuration of manual mac address ( #35504 )
2018-03-01 20:24:40 +05:30
Kevin M. Gallagher
3a6f0fbb9c
Allow inversion of uid_owner match in iptables module ( #36073 )
...
Fixes #20747 and updates documentation for uid_owner in iptables.py
2018-03-01 12:24:02 +00:00
Shawn Q Jackson
9db509db80
corrected typo in documentation examples ( #36894 )
2018-03-01 08:55:28 +01:00
Ganesh Nalawade
41d75783b5
Fix junos_command py3 related issues ( #36782 )
...
Fixes #36204
* tostring() input string shoulb be in byte string format
* to_ele() input is required in unicode format
2018-03-01 12:09:11 +05:30
Trishna Guha
2fbfce06e7
Fix nxos_interface multiple issues ( #36827 )
...
* fix interface_type
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* fix setting mtu, doc for state check param, doc for params applicable for ethernet intf
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* speed idempotence and add unittest
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* fabric_forwarding_anycast_gateway applicable for svi type intf only
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* fix speed
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2018-03-01 10:56:16 +05:30
Abhijeet Kasurde
0694aca2a0
VMware: refactor configure disk logic ( #36617 )
...
This fix corrects logic related to disk parameters.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-03-01 09:36:54 +05:30
Pilou
274a4b0688
gitlab_project: don't ignore errors ( #36702 )
...
* gitlab_project: check that errors are reported
* gitlab_project: report encountered errors
Fix #36495
2018-02-28 23:22:47 +01:00
Jordan Borean
c3a805aa3c
minor wording changes to remove ambiguity
2018-02-28 16:47:41 -05:00
Michael Gajda
45e7689335
Fix lineinfile example
...
The examples comment said 'Add a line to a file if it does not exist, without passing regexp' which suggests, that the file is being created. But the default for 'create' is false. Thus the example lacked this option.
2018-02-28 16:47:41 -05:00
Yanis Guenane
6633eaa2c1
crypto: Fix incorrect type for privatekey_passphrase ( #36868 )
...
Fix incorrect type for privatekey_passphrase path -> str
2018-02-28 17:19:22 +01:00
Abhijeet Kasurde
529bc0edc6
New module: digital_ocean_size_facts ( #35898 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-02-28 20:11:53 +05:30
mikedlr
3f19ef680a
aws_ssm_parameter_store module - value parameter should be no_log since it's often a secret ( #36843 )
2018-02-28 14:40:58 +00:00
Gaurav Rastogi
60e39b9718
Updated the documentation of modules to match argspec including the type setting for bool parameters ( #36821 )
2018-02-28 14:38:03 +00:00
Ondra Machacek
365220bea5
ovirt_vms: Fix NoneType in placement policy check ( #36775 )
...
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1549082
2018-02-28 08:05:58 -05:00
maorlipchuk
5859c102ee
Add documentation for import FCP storage domain ( #36780 )
...
FCP storage domain task, does not need to contain port or address
since the storage domain is already on the Host.
Added an example for FCP import.
2018-02-28 08:05:48 -05:00
Ondra Machacek
a0db015454
ovirt_host_networks: Fix removing the label ( #36783 )
2018-02-28 08:05:32 -05:00
Ondra Machacek
d1214484e6
ovirt_vms: Fix boot devices idempotence ( #36833 )
2018-02-28 08:04:28 -05:00
Ed Costello
645952c139
Add aws_caller_facts module and use it in setup-iam.yml ( #36683 )
...
* Add aws_caller_facts module and use it in setup-iam.yml
This removes the dependency on having the command line AWS tools
installed.
2018-02-28 16:30:34 +10:00
saichint
db43fe6a76
nxos_facts fix and integration tests ( #36796 )
...
* fix nxos_facts ipv6 error
* time_range not supported for N35
2018-02-28 10:45:50 +05:30
Abhijeet Kasurde
8d49bb6eee
VMware: new module: vmware_host_capability_facts ( #36497 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-02-28 09:54:52 +05:30
Dag Wieers
68b39f7a84
Parameter method is not required ( #36816 )
2018-02-28 04:56:16 +01:00
Simon Dodsley
5b5a79917d
Fix author string in documentation section ( #36798 )
2018-02-27 20:25:24 +00:00
Simon Dodsley
3240fee9fd
Add Pure Storage FlashBlade Snapshot module ( #32505 )
2018-02-27 20:07:34 +00:00
Chandra Shekar Rangavajjula
52627f3fa0
Added extra choice floppy for bootdev option in ipmi_boot module ( #36174 )
2018-02-27 15:18:55 +00:00
Julien Vey
57f01c63e9
Add missing import keyword into snippet in Guidelines
...
PR #36779
2018-02-27 15:22:00 +01:00
Abhijeet Kasurde
443327f665
New module: digital_ocean_region_facts ( #35911 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-02-27 19:24:29 +05:30
nwsparks
e15a903bdf
Win lineinfile fix ( #35100 )
...
* win_lineinfile: fix #33858 . Removed conversion from \r\n
* win_lineinfile: added test for #33858
* win_lineinfile: added documentation and more tests for change
* win_lineinfile: fixed wrong hash in testing
2018-02-26 19:34:44 -05:00
Giovanni Sciortino
602f059875
Add atomic_move in ini_file module
...
Fixes #34181
2018-02-26 10:53:40 -08:00
Ryan Petrello
641f8b4ef6
tower cred: support credential kind/type for /api/v1/ and /api/v2/ ( #36662 )
...
older versions of Tower (3.1) don't have a concept of CredentialTypes
(this was introduced in Tower 3.2). This change detects older versions
of pre-3.2 tower-cli that *only* support the deprecated `kind`
attribute.
2018-02-26 13:12:54 -05:00
Michael Scherer
eb162bdf7f
Add space between arguments for acme-tiny ( #36739 )
...
Currently, the module fail with a error saying that --acme-dir is mandatory.
Looking at the commandline:
/usr/sbin/acme-tiny --chain --account-key /srv/letsencrypt/acme_key/acme.key
--csr /srv/letsencrypt/nginx_certs/www.example.org.csr--acme-dir /srv/letsencrypt/webroot",
We can see that the space before --acme-dir is missing.
2018-02-26 09:15:17 -05:00
Joni Salmi
ff0f6286d7
Docker service update project_name doc ( #36713 )
...
```
FAILED! => {"changed": false, "msg": "Parameter error - project_name required when providing definition."}
```
2018-02-26 08:25:50 -05:00
Peter Sprygada
93b795baf0
allows ib_spec attrs to be filtered in update ( #36673 )
...
* allows ib_spec attrs to be filtered in update
This change will allow the ib_spec entries to be be filtered on a change
object by setting the update keyword to false. The default value for
update is true. When the update keyword is set to false, the keyed
entry will be removed from the update object before it is sent to the
api endpoint.
fixes #36563
* fix up pep8 issues
2018-02-26 07:55:26 -05:00
René Moser
cdb2969703
cs_sshkeypair: fix ssh key rename ( #36726 )
...
* tests: cs_sshkeypair: add reproducer for failed key rename
* cs_sshkeypair: fix rename ssh key
2018-02-26 13:43:40 +01:00
Abhijeet Kasurde
581a0637ba
DigitalOcean: new module: digital_ocean_volume_facts ( #36004 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-02-26 16:15:15 +05:30
Abhijeet Kasurde
4c20d16549
DigitalOcean: new module: digital_ocean_account_facts ( #36003 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-02-26 14:11:26 +05:30
Abhijeet Kasurde
d94a1ef4cc
VMware: refactor vmware_datastore_facts ( #36423 )
...
This fix adds datastore cluster details about datastore in returning
facts. Updated documentation and tests.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-02-26 13:23:22 +05:30
Abhijeet Kasurde
435649274b
VMware: Hardware version support ( #36562 )
...
This fix adds support for specifying hardware version for
virtual machine.
Fixes : #35831
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-02-26 13:21:43 +05:30
Trishna Guha
44332bda78
fix nxos_vlan aggregate ( #36710 )
...
* fix nxos_vlan aggregate
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Add test
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2018-02-26 12:29:49 +05:30
Trishna Guha
d6912cf40e
nxos_linkagg fix ( #36706 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2018-02-26 11:21:51 +05:30
Ganesh Nalawade
5a6b893240
Decouple config and state check in vlan and vrf network modules ( #36386 )
...
* Decouple config and state check in {network_os }_vlan and { network_os }_vrf modules
Fixes #35567
Fixes #34754
`interfaces` option is used for configuration as well as operational state
check. If interface is configured to given vlan or vrf but if
operational state of interface is disabled it results in module failure.
Fix is to decouple same option usage for config and state.
With this fix `interfaces` is used as config option and a new
option named `associated_interfaces` will be used for intent check
for assigned interfaces.
* Fix CI failures
* Fix review comment
* Fixed integration test failure
2018-02-26 09:23:54 +05:30
Dag Wieers
8f6eea50db
More improvements to ACI module docs ( #36689 )
...
* More improvements to ACI module docs
* Asorted improvements
* Found 2 more
* Improvements to aci_rest documentation
2018-02-25 19:13:16 +01:00
Dag Wieers
07e8fb5dbb
Windows: Clean up documentation ( #36684 )
...
This PR includes:
- Further cleanup of BOTMETA.yml
- Cleanup of author github handles
- Use of proper booleans
- One-line license statement
- Copyright format statement
- Smaller cleanups
2018-02-25 03:09:54 +01:00
Dag Wieers
97fde8c760
ACI: Asorted fixes to documentation ( #36681 )
2018-02-24 22:50:54 +01:00
Dag Wieers
665f5b4e9c
ACI: Improve module index short_description ( #36665 )
2018-02-24 01:27:37 +01:00
Ryan Petrello
8a41233202
tower cred: update kind options in documentation
2018-02-23 10:49:07 -05:00
Ryan Petrello
cd6855275e
tower cred: filter user name lookup by the proper key
2018-02-23 10:49:07 -05:00