Pouyan Azari
cfe2beae46
added a link to install instruction of OpenSSH ( #63548 )
5 years ago
Jill R
9cda5819b9
Update AWS dev guide to recomment module_defaults and point to CI policy repo ( #63589 )
5 years ago
Ruben De Zaeytijd
c2d1cc6f5b
Confusing indication of no notable module changes ( #63685 )
5 years ago
Nathaniel Case
ae8aa05535
Implement run_commands on edgeos ( #63754 )
5 years ago
The Magician
1971d1111e
Bug fixes for GCP modules ( #63603 )
5 years ago
The Magician
8b0927fe16
Bug fixes for GCP modules ( #63604 )
5 years ago
The Magician
e7b0050542
Bug fixes for GCP modules ( #63605 )
5 years ago
The Magician
ce9e909a5b
Bug fixes for GCP modules ( #63606 )
5 years ago
The Magician
66202c385e
Bug fixes for GCP modules ( #63607 )
5 years ago
The Magician
32e8a716ea
Bug fixes for GCP modules ( #63608 )
5 years ago
Ujwal Komarla
dc5770dfa2
EXOS/VOSS/SLXOS - Single action file and 'gather_facts' ( #61914 )
...
* EXOS Single action file
* Single action file for all Extreme Network OSes
5 years ago
Bob Boldin
40975cd436
fix 61907 - auto_attach yes option not honored in ec2_transit_gateway ( #61993 )
...
* fix 61907 - auto_attach yes option not honored in ec2_transit_gateway
* add changelog fragment
5 years ago
Agustín Herranz
f0cadb9843
Fix AWS iam_user remove ( #59079 )
...
* Make iam_user not fail on user deletion.
- Use guard clause on already absent user
- Refactor, use variable instead nested dict
- Ensure needed prerequisites for boto3 delete_user successfully
- Use AnsibleAWSModule on iam_user.
- Fix fail_json_aws calls
* Add s-hertel comments to PR
5 years ago
Robert A. Rawls
6046386dba
doc: win_user: fix typo in the description of the groups modifyer ( #63743 )
5 years ago
Andrey Klychkov
891489a27e
postgresql_publication: fix logic ( #63737 )
5 years ago
Mark Chappell
145b79ef0e
ec2_instance test cleanup ( #63708 )
...
* ec2_instance/ec2_instance_info : Fixup sanity test errors
* Move ec2_instance integration tests to use aws_defaults
* Search for the AMI instead of hardcoding an AMI
* Make our VPC CIDR variable
* Remove AZ assumptions - no guarantees about specific AZs being available
* Make sure we terminate instances when we're done with them.
* Add a 10 second pause for IAM roles to become available before using them
* Wait on instance changes by default
* Switch out t2 instances for t3 they're cheaper and have more CPU available
* Pull t3.nano instance info a little earlier
* rework vpc_name and vpc_cidr a little
* Mark ec2_instance tests unsupported for now, they take too long
5 years ago
sky-joker
aa671be28b
zabbix_host: fix https://github.com/ansible/ansible/issues/63449 ( #63637 )
5 years ago
Abhijeet Kasurde
f92c99b413
gitlab_*: remove deprecated functionalities ( #61912 )
...
* Documentation update
* Remove deprecated functionalities
Fixes : #61898 #61897 #61896 #61895 #61894 #61893
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 years ago
phongle1205
331d51fb16
Attach an attached/detached volume from OpenStack VM’s should return similar information ( #21558 )
...
Currently, attach an attached volume from OpenStack VM’s returns only
argument data. It is better to return full data as attaching a detached
volume.
In my use case, I need the extra data to mount and format the volume.
5 years ago
Sergey Trukhin
78158c2e63
mysql_db: Add option hex_blob in db_dump operation ( #23891 )
...
Added support for --hex-blob option to mysql_db module.
This option is for dump binary columns using hexadecimal notation (for example, 'abc' becomes 0x616263).
The affected data types are BINARY, VARBINARY, the BLOB types, and BIT.
5 years ago
Toshio Kuratomi
cc1ff57c5b
AH servers include automation-hub as part of the server configuration. ( #63700 )
...
* AH servers include automation-hub as part of the server configuration.
So we don't need to add it here.
Fixes #63699
* Update unittests for the fix to galaxy wait_import_task
5 years ago
Andrea Scarpino
8f843bbaa5
iptables: support wait parameter ( #47877 )
...
Version 1.4.20 doesn't support 'wait' at all
Version 1.6.0 requires an argument for it
5 years ago
Gary Williams
3f0479279e
VMware: Add a parameter wait_for_ip_address_timeout in vmware_guest ( #63557 )
...
* Added a parameter (wait_for_ip_address_timeout) to allow a longer timeout than the default.
* Removed the wait_for_vm_ip function in this module as one in module_utils is already being used elsewhere.
5 years ago
Andrey Klychkov
b6e997aa5f
Cleanup after MariaDB integration tests ( #63657 )
5 years ago
zhongjun2
64989bea6a
hwc: Add eip module ( #60182 )
5 years ago
Lukas Kämmerling
86e4dcbaed
hcloud: Add protection support to hcloud_server and hcloud_server_info ( #63669 )
5 years ago
zhongjun2
c904336db0
hwc: Add security group rule module ( #60186 )
5 years ago
zhongjun2
420de44a57
hwc: Add port module ( #60188 )
5 years ago
zhongjun2
652de1a7fd
hwc: Add new module to peering ( #60190 )
...
* Add peering module
* Update hwc_vpc_peering_connect.py
5 years ago
Guillaume Martinez
0af32a1093
gitlab_modules : remove misssing required parameter ( #63690 )
...
* gitlab_group: remove required=True on server_url param
* gitlab_project: remove required=True on server_url param
* Revert "Example incorrect: server_url is required argument (#63670 )"
This reverts commit b02467961a
.
This modification shouldn't have been made.
This parameter is deprecated and #60425 forget to remove the required
parameter
5 years ago
zhongjun2
e0b4fafb22
hwc: Add disk module ( #59919 )
5 years ago
zhongjun2
39201d1ba3
hwc: Add instance module ( #60180 )
5 years ago
zhongjun2
7ed6a0037c
hwc: Add security group module ( #60187 )
...
* Add security group module
* Update hwc_vpc_security_group.py
5 years ago
Tiziano Müller
034afd40a3
zypper: add additional flag --force-resolution ( #61705 )
5 years ago
René Moser
712abfd1a1
cloudstack: exoscale: fix boilerplate ( #63532 )
5 years ago
hexdump0x0200
df0e747899
ASA: fixes #59007 ( #59008 )
5 years ago
Lukas Kämmerling
8eb46acbb1
hcloud: Add Delete Protection to hcloud_volume and hcloud_volume_info ( #63665 )
5 years ago
Lukas Kämmerling
e9e4b02b92
hcloud: Add Delete Protection to hcloud_floating_ip and hcloud_floating_ip_info ( #63663 )
5 years ago
Nathaniel Case
d98482c294
eos_vlans: Never try to set vlan_id as a property ( #63689 )
5 years ago
JayalakshmiV
93280bd59c
exos_l2_interfaces Resource module ( #63113 )
...
* Resource module for exos_l2_interfaces
5 years ago
Sam Doran
dcec3d000e
syslogger - disable check mode ( #63646 )
5 years ago
hexdump0x0200
cb0ee51712
ios_bgp: fixes #57666 ( #57667 )
...
* ios_bgp: fixes #57666
* ios_bgp: add integration tests
5 years ago
Felix Fontein
04252cf90d
Improve validation of module return values ( #63411 )
...
* Add contains: validation for return values.
* Only require returned: on top level.
* Fix various return value problems.
* Update ignore.txt.
* Two more.
5 years ago
Sam Doran
4de516d35f
Do not set ANSIBLE_LIBRARY in env-setup.fish ( #63688 )
...
Setting this env var was removed from env-setup back in 2014. Not sure why it is in this setup script and it interferes with the defult search path
5 years ago
Nathaniel Case
741d529409
Eos vlan override ( #63639 )
...
* Fix overridden & deleted in eos_vlans
* Fix vlan creation in overridden
* Right, Python 2.6
5 years ago
David O'Brien
4326165be5
Update win_regmerge.py ( #63633 )
...
##### SUMMARY
<!--- s/windows/Windows/ in title -->
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
5 years ago
Ondra Machacek
5b2d625eb7
ovirt: Fix fetching of nested attributes ( #61841 )
...
This patch is fixing the fetching of nested attributes.
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1748025
5 years ago
abarbare
4e50096663
fix: scaleway api endpoint ( #63436 )
5 years ago
Xu Yuandong
39c92310b4
Add a new module ce_lldp to manage Link Layer Discovery Protocol(LLDP) ( #63395 )
...
* new module ce_lldp
* update for shippable
* update for shippable
* update for shipabble
* update
* merge confilcts
* add integration test.
* update for shippable.
* update for bad-whitespace
* update for shippable
* update for shippable
* update for shippable
* update license.
* update for typo.
5 years ago
Erik Zettel
5ea72934bd
Fix obvious typos ( #62821 )
...
* lib/ansible/modules/cloud/digital_ocean/digital_ocean_snapshot_info.py: fix typos
* lib/ansible/modules/cloud/ovirt/ovirt_host_network.py: fix typos
* test/integration/targets/cnos_backup/README.md: fix typos
* test/integration/targets/cnos_bgp/README.md: fix typos
* test/integration/targets/cnos_command/README.md: fix typos
* test/integration/targets/cnos_conditional_command/README.md: fix typos
* test/integration/targets/cnos_conditional_template/README.md: fix typos
* test/integration/targets/cnos_config/README.md: fix typos
* test/integration/targets/cnos_facts/README.md: fix typos
* test/integration/targets/cnos_image/README.md: fix typos
* test/integration/targets/cnos_rollback/README.md: fix typos
* test/integration/targets/cnos_save/README.md: fix typos
* test/integration/targets/cnos_showrun/README.md: fix typos
* test/integration/targets/cnos_template/README.md: fix typos
* test/integration/targets/cnos_vlag/README.md: fix typos
* test/integration/targets/enos_command/README.md: fix typos
* test/integration/targets/enos_config/README.md: fix typos
* test/integration/targets/enos_facts/README.md: fix typos
* test/legacy/roles/cnos_backup/README.md: fix typos
* test/legacy/roles/cnos_bgp/README.md: fix typos
* test/legacy/roles/cnos_command/README.md: fix typos
* test/legacy/roles/cnos_conditional_command/README.md: fix typos
* test/legacy/roles/cnos_conditional_template/README.md: fix typos
* test/legacy/roles/cnos_ethernet/README.md: fix typos
* test/legacy/roles/cnos_facts/README.md: fix typos
* test/legacy/roles/cnos_image/README.md: fix typos
* test/legacy/roles/cnos_portchannel/README.md: fix typos
* test/legacy/roles/cnos_rollback/README.md: fix typos
* test/legacy/roles/cnos_save/README.md: fix typos
* test/legacy/roles/cnos_showrun/README.md: fix typos
* test/legacy/roles/cnos_template/README.md: fix typos
* test/legacy/roles/cnos_vlag/README.md: fix typos
* test/legacy/roles/cnos_vlan/README.md: fix typos
5 years ago