Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | fetch_cmd: Replace deprecated ‘_remote_checksum()’ with ↵ | Guilhem Moulin | 2022-10-11 | 1 |
| | | | | | | | | | | ‘_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 Moulin | 2018-12-09 | 1 |
| | ||||
* | Remove trailing spaces. | Guilhem Moulin | 2018-12-05 | 1 |
| | ||||
* | Upgrade syntax to Ansible 2.5. | Guilhem Moulin | 2018-04-04 | 1 |
| | ||||
* | Make Ansible modules compatible with Ansible 2.2.0.0. | Guilhem Moulin | 2016-12-08 | 1 |
| | ||||
* | ansible: _make_tmp_path now takes an argument. | Guilhem Moulin | 2016-06-29 | 2 |
| | ||||
* | Add an ansible module 'fetch_cmd' to fetch the output of a remote command ↵ | Guilhem Moulin | 2016-05-18 | 1 |
| | | | | | | locally. And use this to fetch all X.509 leaf certificates. | |||
* | Upgrade playbooks to Ansible 2.0. | Guilhem Moulin | 2016-02-12 | 1 |
| | ||||
* | Make the Ansible LDAP plugin able to delete entries and attributes. | Guilhem Moulin | 2015-06-07 | 1 |
| | | | | | 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 Moulin | 2015-06-07 | 1 |