James Cassell
8bca160363
add vfat to selinux special_context_filesystems ( #59823 )
...
vfat is the format of the /boot/efi partition on UEFI hosts and does
not support SELinux labels
add an environment variable for this config option
2019-08-12 14:45:27 -04:00
The Magician
6cb5b67b22
Bug fixes for GCP modules ( #60115 )
2019-08-12 14:34:20 -04:00
The Magician
be459c00bf
Bug fixes for GCP modules ( #60337 )
2019-08-12 14:31:35 -04:00
The Magician
687da46a85
Bug fixes for GCP modules ( #60338 )
2019-08-12 13:41:41 -04:00
helterskelter01
0855820574
Update package_facts.py ( #60402 )
...
Fixed a type in the description about the package_facts module where information was typed informatino.
2019-08-12 10:51:25 -05:00
Alexander Kapshuna
d320222eb3
gitlab_runner: document minimal dependency version ( #60371 )
2019-08-12 10:50:34 -05:00
Alexander Kapshuna
273a2d7a79
gitlab_runners ( #60370 )
...
Fix choices formatting in plugin option.
2019-08-12 10:49:12 -05:00
Adrian L Lange
7e69d67f28
Fix firewalld rich_rule example ( #60379 )
...
The rich rule example didn't specify the `family` field, which firewalld will fail on if not provided.
2019-08-12 10:44:39 -05:00
Marius Gedminas
c71622b31a
user: createhome=no home=/no/such/dir ( #60310 )
...
Fixes #60307 .
This bug was introduced in commit d2edf1d435
("User - Create parent directories if they do not exist in the specified
home path (#51043 )") and did not make it into any releases.
2019-08-12 10:37:45 -04:00
Chris Archibald
13403b3688
update to command ( #60141 )
2019-08-12 10:30:00 -04:00
Chris Archibald
5df9075386
New Module: na_ontap_ports ( #59814 )
...
* new module
* fixes
2019-08-12 10:23:24 -04:00
Nathan Swartz
abc5654738
Fix netapp_e_iscsi_target chap secret size and clearing functionality. ( #57135 )
2019-08-12 09:52:40 -04:00
Nilashish Chakraborty
09f712c7f3
Add iosxr_lldp_global resource module ( #60074 )
...
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2019-08-12 18:03:23 +05:30
Dmitriy Rabotyagov
8d3fa2251e
Search project in domain when it's defined ( #59876 )
...
Since there might be several projects with the same name in different
domains, it's required to define domain_id during project search.
Otherwise openstacksdk will raise "Multiple matches found" error
2019-08-12 07:05:36 -04:00
Miguel Angel Muñoz González
60a1545092
Fortinet's new module for fortios_switch_controller_vlan ( #59630 )
...
* Fortinet's new module for fortios_switch_controller_vlan
* Update fortios_switch_controller_vlan.py
* Update fortios_switch_controller_vlan.py
2019-08-12 14:58:02 +05:30
Miguel Angel Muñoz González
f1a4ab0aa5
Fortinet's new module for fortios_switch_controller_virtual_port_pool ( #59601 )
...
* Fortinet's new module for fortios_switch_controller_virtual_port_pool
* Update fortios_switch_controller_virtual_port_pool.py
* Update fortios_switch_controller_virtual_port_pool.py
2019-08-12 14:56:11 +05:30
Miguel Angel Muñoz González
079a4408ab
Fortinet's new module for fortios_switch_controller_switch_profile ( #59683 )
...
* Fortinet's new module for fortios_switch_controller_switch_profile
* Update fortios_switch_controller_switch_profile.py
* Update fortios_switch_controller_switch_profile.py
2019-08-12 14:55:19 +05:30
René Moser
602aded6ec
vultr: vultr_block_storage_facts to info ( #60230 )
2019-08-12 10:36:21 +02:00
Pavan Bidkar
0a90ec90c0
VMware: handle KeyError in get_vm API ( #60204 )
...
Fixed if conditions for all VM params
2019-08-12 14:03:13 +05:30
Ganesh Nalawade
8cbfa75038
Add [junos_lacp] model ( #59705 )
...
* Add [junos_lacp] model
* Add new resource module junos_lacp.
* Targets model https://github.com/ansible-network/resource_module_models/pull/28
* Fix CI issues
* Fix CI failures
2019-08-12 13:54:44 +05:30
Felix Fontein
84d89190c7
openssh_keypair: Forgot version_added in #59268 . ( #60394 )
2019-08-12 10:22:27 +02:00
sushma-alethea
622a493ae0
icx: new module icx_ping ( #59975 )
...
* new module
* new module
* new terminal
* new terminal
* new cliconf
* new cliconf
* cliconf
* cliconf
* icx cliconf
* icx cliconf
* icx_cliconf
* icx test units module
* icx test units module
* icx units module
* icx units module
* icx banner unit test
* icx banner unit test
* PR changes resolved
* changes resolved
* Changes Resolved
* check_running_config changes resolved
* added notes
* added notes
* removed icx rst
* new changes
* new changes
* deleted icx rst
* icx .rst
* icx .rst
* modified platform_index.rst
* modified platform_index.rst
* modified platform_index.rst
* modified platform_index.rst
* changes resolved
* changes resolved
* PR comments resolved
* PR comments resolved
* Update platform_index.rst
PR comment resolved
* Update platform_index.rst
PR comment resolved
* new module icx_ping
* new changes
* Fixed bot error
2019-08-12 12:01:15 +05:30
Ganesh Nalawade
fdf48ed0b4
Add [junos_lacp_interfaces] resource module ( #59708 )
...
* Add [junos_lacp_interfaces] resource module
* Add new resource module junos_lacp_interfaces.
* Targets model https://github.com/ansible-network/resource_module_models/pull/36
* Fix sanity test failure
2019-08-12 11:24:34 +05:30
Maxim Babushkin
dda80c46e9
openssh_keypair - Add key `comment
` to return output ( #59268 )
...
If the comment will be provided during the key creation, it will be
diplayed in the return values.
Same will be on the comment change.
2019-08-11 13:47:34 +02:00
René Moser
8da48b1a40
inventory: cloudscale: extend examples ( #60306 )
2019-08-11 11:17:47 +02:00
yanzhangi
e956753e83
Update ce_acl_advance to fix bugs ( #60377 )
2019-08-11 03:38:22 -04:00
Maxim Babushkin
27e414200f
openssh_keypair - Add public key and key comment validation ( #57993 )
...
- Split the key validation to separate private and public.
- In case public key does not exist, recreate it.
- Validate comment of the key.
- In case comment changed, update the private and public keys.
2019-08-10 18:57:35 -04:00
Steve Holton
a3d55a5ddb
fix spelling: certifivate -> certificate ( #60369 )
...
##### SUMMARY
spelling fix
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
2019-08-10 18:39:26 -04:00
yanzhangi
7a37ad1f93
update ce_acl_advance to fix bugs ( #60353 )
2019-08-10 00:54:39 -04:00
The Magician
86ead40c2b
New Module: gcp_compute_snapshot_info ( #60342 )
2019-08-09 19:26:59 -04:00
The Magician
30ad73f1c1
Bug fixes for GCP modules ( #60339 )
2019-08-09 19:17:44 -04:00
The Magician
5d4c3ad97e
Bug fixes for GCP modules ( #60340 )
2019-08-09 19:17:36 -04:00
Simon Dodsley
1b45abc4f3
Fix major bug in the last update of this module. ( #60223 )
2019-08-09 18:11:33 -04:00
Felix Fontein
8b68feb67e
acme_certificate: allow to download alternate certificate chains ( #56334 )
...
* Improve link handling.
* Also fetch alternate certificate chains.
* Add retrieve_all_alternates option.
* Simplify code.
* Forgot when condition.
* Add tests for retrieve_all_alternates.
* Fixes.
* Moved utility function for link parsing to module_utils.
* Fix grammar.
2019-08-09 23:54:48 +02:00
Sebastian Neuser
e9fc095123
Improve docker_compose module documentation ( #60064 )
...
* Improve docker_compose module documentation
* Swap usage of C() and I()
* Further improvements
* Mentions of files (docker-compose.yml) are now rendered correctly.
* Compose files are now called just that.
* Further clarify options "services", "stopped" and "restarted"
* Update lib/ansible/modules/cloud/docker/docker_compose.py
Co-Authored-By: Felix Fontein <felix@fontein.de>
* Update lib/ansible/modules/cloud/docker/docker_compose.py
Co-Authored-By: Felix Fontein <felix@fontein.de>
2019-08-09 23:51:58 +02:00
Felix Fontein
3290b8343c
docker: fix sanity errors ( #60047 )
...
* Remove sanity check errors.
* More linting.
* Forgot to update places.
* Remove choices which aren't provided in argspec.
2019-08-09 23:50:11 +02:00
Paul Belanger
4f78b694f0
Remove unused imports / variables from vyos modules ( #60333 )
...
This code is not used, lets remove it.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-08-09 16:47:08 -04:00
Alex Stephen
2e90efd4a7
Changing GCP Facts modules to Info Modules ( #60172 )
...
* file changes, porting guide, changelog fragment, renaming autoscaler, removing rst links
* Apply suggestions from code review
Co-Authored-By: Alicia Cozine <879121+acozine@users.noreply.github.com>
Co-Authored-By: Felix Fontein <felix@fontein.de>
2019-08-09 15:13:08 -05:00
Chris Archibald
b6202dde32
Allow firmware update for (SP, ACP, Shelf, Disk) ( #58597 )
...
* update
* Revert "update"
This reverts commit 84848f8291
.
* correct module
* fixes
2019-08-09 16:04:46 -04:00
Yaakov Selkowitz
93d9d64038
facts: fix double-counting of CPUs on POWER systems ( #58360 )
...
On POWER systems, /proc/cpuinfo provides a 'processor' entry as a
counter, and a 'cpu' entry with a description (similar to 'model name'
on x86). Support for POWER in get_cpu_facts was added via the 'cpu'
entry in commit 8746e692c1
. Subsequent
support for ARM64 in commit ce4ada93f9
used the 'processor' entry, resulting in double-counting of cores on
POWER systems.
When unit tests were later written for this code in
commit 55306906cf
, the erroneous values
were just accepted in the test instead of being diagnosed.
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
2019-08-09 13:01:29 -04:00
Shachaf92
b5f42869dc
win_dns_record PTR docs update ( #60158 )
...
* win_dns_record PTR docs update
* Update win_dns_record.py
2019-08-09 11:04:09 -05:00
Nathan Swartz
d61df0a9ba
Lun mapping upstream dev ( #57096 )
...
* Fix hosts with same lun number conflict in netapp_e_lun_mapping.
This patch fixes an issue of when multiple hosts are created and then
subsequently volume(s) are mapped to them using the same specified number.
* Fix netapp_e_host module bug when lun=0
* Add thin-volumes to the netapp_e_lun_mapping update_mapping_info method.
2019-08-09 08:25:38 -04:00
Chris Archibald
48021a4200
add modify to snapshot policy ( #59149 )
2019-08-09 07:56:31 -04:00
Fred-sun
f088621610
Update azure_rm_webapp related document ( #59027 )
...
* Update azure_rm_webapp related document
* resolve format error
* remove whitespace
* update new
* updated according by comments
* update new according by comments
* add support time
2019-08-09 07:30:57 -04:00
Jordan Borean
dbd082efe4
Ansible.AccessToken - Added shared util for managing a Windows access token ( #60302 )
...
* Ansible.AccessToken - Added shared util for managing a Windows access token
* Fix tests when running in CI
* More fixes for older servers
* More fixes for Server 2008
2019-08-09 21:10:44 +10:00
Felix Fontein
49e16922b2
Remove no longer necessary check (since elements is procesed for path). ( #59953 )
2019-08-09 09:40:26 +02:00
Ganesh Nalawade
309a58eafd
Add [junos_l2_interfaces] resource module ( #59693 )
...
* Add [junos_l2_interfaces] resource module
* Add new resource module junos_lag_interfaces.
* Targets model https://github.com/ansible-network/resource_module_models/pull/12
* Deprecate junos_l2_interface module
* Fix CI failures
* Fix CI issues
2019-08-09 13:09:19 +05:30
Matt Clay
3777c2e93d
Fix plugin names when loading all plugins. ( #59950 )
...
* Fix plugin names when loading all plugins.
Add an integration test to verify plugin __package__ and __name__ are correct.
* Make sure filter and test names are unique.
* Remove __package__ test.
On Python 2.x __package__ is not set, but it is on Python 3.x.
2019-08-09 07:23:12 +01:00
yanzhangi
9aabe70452
update ce_aaa_server_host to fix bugs ( #60272 )
2019-08-08 22:52:25 -04:00
Abhijeet Kasurde
647b78a09c
VMware: Check if datastore is valid ( #58872 )
...
Check validation of datastore selected using autoselect_datastore API.
Fixes : #58541
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-08-09 07:56:52 +05:30