summaryrefslogtreecommitdiffstats
path: root/lib/action_plugins
Commit message (Collapse)AuthorAgeFiles
* fetch_cmd: Replace deprecated ‘_remote_checksum()’ with ↵Guilhem Moulin2022-10-111
| | | | | | | | | | ‘_execute_remote_stat()’. This silences the following deprecation warning: The '_remote_checksum()' method is deprecated. The plugin author should update the code to use '_execute_remote_stat()' instead. This feature will be removed in version 2.16. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
* Update 'IMAP', 'MSA' and 'LDAP-provider' roles to Debian Stretch.Guilhem Moulin2018-12-091
|
* Remove trailing spaces.Guilhem Moulin2018-12-051
|
* Upgrade syntax to Ansible 2.5.Guilhem Moulin2018-04-041
|
* Make Ansible modules compatible with Ansible 2.2.0.0.Guilhem Moulin2016-12-081
|
* ansible: _make_tmp_path now takes an argument.Guilhem Moulin2016-06-292
|
* Add an ansible module 'fetch_cmd' to fetch the output of a remote command ↵Guilhem Moulin2016-05-181
| | | | | | locally. And use this to fetch all X.509 leaf certificates.
* Upgrade playbooks to Ansible 2.0.Guilhem Moulin2016-02-121
|
* Make the Ansible LDAP plugin able to delete entries and attributes.Guilhem Moulin2015-06-071
| | | | | Use it to delete cn=admin,dc=fripost,dc=org, and to remove the rootDN on the 'config' database.
* Enable zero-copy updates to the LDAP directory.Guilhem Moulin2015-06-071