Commit Graph

42826 Commits (d3bebb661ca8d7af288647f319bc3122e4bdfd72)
 

Author SHA1 Message Date
Juan Antonio Osorio 9f081ca04f identity: Add GSSAPI suport for FreeIPA authentication (#52031)
* identity: Add GSSAPI suport for FreeIPA authentication

This enables the usage of GSSAPI for authentication, instead of having
to pass the username and password as part of the playbook run.

If there is GSSAPI support, this makes the password optional, and will
be able to use the KRB5_CLIENT_KTNAME or the KRB5CCNAME environment
variables; which are standard when using kerberos authentication.

Note that this depends on the urllib_gssapi library, and will only
enable this if that library is available.

* identity: Add documentation for GSSAPI authentication for FreeIPA

This documentation describes how to use GSSAPI authentication with the
IPA identity modules.

* identity: Add changelog for GSSAPI support for IPA

This adds the changelog entry for the GSSAPI authentication feature for
the IPA identity module.
6 years ago
Chris Archibald 7d55dc1a38 Add ontap version to gather facts (#51181)
* changes to clusteR

* Revert "changes to clusteR"

This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.

* Add FlexGroup to Gather facts:

* fix call error
6 years ago
Chris Archibald 93237edcda New Module: na_ontap_qos_policy_group (#51392)
* changes to clusteR

* Revert "changes to clusteR"

This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.

* add new module na_ontap_qos_policy_group

* fix issues
6 years ago
Gavin Kyte a722021207 Change un-ordered list to ordered (#52033)
Makes sense to make implied order explicit with an ordered list
6 years ago
Chris Archibald 311a076dae New Module: na_ontap_nvme_subsystem (#50887)
* changes to clusteR

* Revert "changes to clusteR"

This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.

* New module na_ontap_nvme_subsystem

* updates

* update author

* fix author
6 years ago
Alan Rominger af9ff07c74 Send openstack inventory logs to stderr (#51827) 6 years ago
Abhijeet Kasurde 32fce43311
hashi_vault: fix multiple spaces in params (#51524)
Fixes param parsing in hashi_vault

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Miguel Angel Muñoz González 196e82ec8a Fortinet's FortiOS User Tacacs+ (#52071) 6 years ago
Miguel Angel Muñoz González edcf07500f Fortinet's FortiOS Firewall Schedule Group (#52072) 6 years ago
Miguel Angel Muñoz González 05381db474 Fortinet's FortiOS fortios firewall service group (#52090) 6 years ago
Miguel Angel Muñoz González 3718a6b79f Fortinet's FortiOS fortios firewall shaper per ip shaper (#52092) 6 years ago
Miguel Angel Muñoz González a5ed17e462 Fortinet's FortiOS fortios firewall shaper traffic shaper (#52093) 6 years ago
Miguel Angel Muñoz González ac25361de5 Fortinet's FortiOS firewall shaping policy (#52094) 6 years ago
Miguel Angel Muñoz González 6dc44b18e1 Fortinet's FortiOS firewall shaping profile (#52095) 6 years ago
Miguel Angel Muñoz González 62f15c26b4 Fortinet's FortiOS firewall sniffer (#52096) 6 years ago
Miguel Angel Muñoz González b8ffc1a917 Fortinet's FortiOS firewall ssh host key (#52097) 6 years ago
Miguel Angel Muñoz González 31180fa10f Fortinet's FortiOS firewall ssh local ca (#52098) 6 years ago
Miguel Angel Muñoz González c21e41f4b8 Fortinet's FortiOS firewall ssh local key (#52099) 6 years ago
Miguel Angel Muñoz González 097a7c9d81 Fortinet's FortiOS firewall ssh setting (#52102) 6 years ago
Miguel Angel Muñoz González 312f2e9d1f Fortinet's FortiOS firewall ssl server (#52104) 6 years ago
Miguel Angel Muñoz González 1640ad6cfc Fortinet's FortiOS firewall ssl setting (#52105) 6 years ago
Miguel Angel Muñoz González 6fd031c820 Fortinet's FortiOS firewall ssl ssh profile (#52106) 6 years ago
Miguel Angel Muñoz González bc0c1bd501 Fortinet's FortiOS firewall ttl policy (#52107) 6 years ago
Miguel Angel Muñoz González 8413d62727 Fortinet's FortiOS firewall wildcard fqdn custom (#52108) 6 years ago
Miguel Angel Muñoz González 47d1ab4c3d Fortinet's FortiOS firewall wildcard fqdn group (#52110) 6 years ago
Miguel Angel Muñoz González abcdedfdf0 Fortinet's FortiOS ftp proxy explicit (#52113) 6 years ago
Miguel Angel Muñoz González a1e2d290fc Fortinet's FortiOS system settings (#52112) 6 years ago
Miguel Angel Muñoz González 951ace650b Fortinet's FortiOS icap profile (#52114) 6 years ago
Miguel Angel Muñoz González b18e8259cd Fortinet's FortiOS icap server (#52115) 6 years ago
Miguel Angel Muñoz González 30ab7135f0 Fortinet's FortiOS ips custom (#52118) 6 years ago
Miguel Angel Muñoz González 7d3247d3a5 Fortinet's FortiOS ips decoder (#52119) 6 years ago
Miguel Angel Muñoz González 4a9014fca1 Fortinet's FortiOS ips global (#52120) 6 years ago
Miguel Angel Muñoz González 7babf66d93 Fortinet's FortiOS ips settings (#52122) 6 years ago
Miguel Angel Muñoz González 364eb6e4a0 Fortinet's FortiOS ips rule settings (#52123) 6 years ago
Abhijeet Kasurde 22bddb434a
test for ipaddr filter (#52088)
based upon work of mscherer

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Pilou 51270be883 tower modules: check that 'verify_ssl' defined in ~/.tower_cli.cfg isn't ignored (#50687)
* Check that verify_ssl defined in tower_cli.cfg isn't ignored

* Avoid to override verify_ssl value defined in tower_cli.cfg

By default, tower-cli library enables SSL certificates check. But
verify_ssl false value defined in config files read by default by
tower-cli library (for example /etc/tower/tower_cli.cfg) was ignored
because overriden by the tower_verify_ssl parameter default value.

* fix a typo in comment
6 years ago
Ondra Machacek 797a5218fb kubevirt: Add new kubevirt_vm module (#50768)
This module is managing virtual machines using KubeVirt.

Signed-off-by: Ondra Machacek <omachace@redhat.com>
6 years ago
Ross Williams 6e409a91ba Correct usage of sorted() in mongodb_user (#46792)
* Correct usage of sorted() in mongodb_user

sorted() can't be called on a list of dicts
without supplying a key parameter. This is
explained really well in the Sorting HOWTO
https://docs.python.org/3.6/howto/sorting.html#key-functions

This commit fixes #46791

* Fix PEP8 issues
6 years ago
Dag Wieers 21d43e6d94 win_product_facts: Fix RETURN information (#52058) 6 years ago
Straff d4a07f9573 Added support for user-specified log file in win_package (#51104)
* Added support for user-specified log file in win_package - feature (#38353)

* added integration tests for win_package log_path support feature (#38353), and applied review feedback

* win_package log_path support feature (#38353) - fixed typo in win-package.py documentation

* win_package log_path support feature (#38353) - improved an integration test and better doc in win-package.py
6 years ago
Matt Clay 467d2ebecd Fix unit tests on Python 3.8. 6 years ago
Amol Kahat 563725ba98 Fixed typo from adress to address (#52143)
Signed-off-by: Amol Kahat <akahat@redhat.com>
6 years ago
Matt Clay 1c352dfea2
Update test constraints for Python 2.6. (#52055) 6 years ago
Jiri Tyr f49469f7bf Updating update_url for jenkins_plugin (#52086) 6 years ago
Abhijeet Kasurde 928c4f08ca
Fix test case in vmware_guest (#52142)
Due to changes in https://github.com/ansible/ansible/pull/45412
vmware_guest testcase delete_vm failed. This patch will fix that testcase.

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Matt Clay 04112d47a7 Fix more incorrect uses of `is` operator. 6 years ago
Will Thames 46fbcf08bc
aws_kms enhancements (#31960)
* Allow creation and deletion of keys (deletion just schedules for
  deletion, recreating an old key is just cancelling its deletion)
* Allow grants to be set, thus enabling encryption contexts to be
  used with keys
* Allow tags to be added and modified
* Add testing for KMS module
* Tidy up aws_kms module to latest standards
6 years ago
Matt Clay 1f3a74c0c8
Improve import sanity test output handling. (#52136)
Handling of unexpected output for the following is improved:

- stdout
- stderr
- warnings
6 years ago
Matt Clay 0a461380a3 Fix incorrect use of `is` for comparisons.
See https://bugs.python.org/issue34850 for details.
6 years ago
Matt Davis cd7a144515
fix docker default remote_user (#52137)
Fix bogus default value in config- exposed by become plugins (#50911) actually using this value in more cases.
6 years ago