Commit Graph

41 Commits (stable)

Author SHA1 Message Date
Jérémy Lecour 6f96f6b458 Use proper python Boolean 2 weeks ago
David Prevot dbef71d791 Drop trailing whitespaces
gitea/ansible-roles/pipeline/head This commit looks good Details
3 months ago
Jérémy Lecour 1728eaee68 Revert "Add “when: not ansible_check_mode” to allow more --check"
gitea/ansible-roles/pipeline/head This commit looks good Details
This reverts commit fafff25c20.
This reverts commit e64471c5a8084f95a8e6f955d3fa918c55b8e846.
3 months ago
Mathieu Trossevin bc1facd1ba
proftpd: Fix mode of public key files and directory
gitea/ansible-roles/pipeline/head This commit looks good Details
4 months ago
Mathieu Trossevin 101c282846
proftpd: Fix format of public key files controlled by ansible
gitea/ansible-roles/pipeline/head This commit looks good Details
The comments used by ansible's blockinfile module break the format
expected by proftpd for public ssh keys, making them unusable.

Replace with a template, we will just have to accept that we need to use
ansible for all changes to these file.
4 months ago
David Prevot fafff25c20 Add “when: not ansible_check_mode” to allow more --check
gitea/ansible-roles/pipeline/head This commit looks good Details
4 months ago
Ludovic Poujol cd46dd8320 proftpd: Add a warning if config file was overriden
gitea/ansible-roles/pipeline/head This commit looks good Details
7 months ago
Ludovic Poujol 9631476a06 proftpd: Allow user auth with ssh keys 7 months ago
Ludovic Poujol 7c4a169fb8 proftpd: Add options to override configs 7 months ago
Eric Morino c28ded807d Fix command for generate password with mkpasswd
gitea/ansible-roles/pipeline/head This commit looks good Details
7 months ago
Eric Morino 3a59f5b7ca Add variable 'proftpd_default_address' on virtualhost
gitea/ansible-roles/pipeline/head This commit looks good Details
7 months ago
Eric Morino 18dd64df50 Add load module mod_ident 7 months ago
Jérémy Lecour 0fe0244116 Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
Jérémy Lecour 2ed77c60f0 Improve Ansible syntax
replace « x | changed » by « x is changed »
add explicit « bool » filter
use « length » filter instead of string comparison
2 years ago
Jérémy Lecour 5138065059 Use 'loop' syntax instead of 'with_items' 2 years ago
Eric Morino 4f7c0d6e69 Add TransfertLog to sftp and ftps configuration
continuous-integration/drone/push Build is passing Details
3 years ago
Jérémy Lecour afa0fd35c8 Change default public SSH/SFTP port from 2222 to 22222
continuous-integration/drone/push Build is passing Details
3 years ago
Jérémy Lecour aa28e9c1b8 change repositories URL 4 years ago
Victor LABORIE 2c874afb3c proftpd: add FTPS and SFTP support 4 years ago
Jérémy Lecour 3cbb65ea8d whitespaces 5 years ago
Victor LABORIE 5e3c33eb7a proftpd: update README and CHANGELOG 5 years ago
Victor LABORIE 9d349133f2 proftpd: fix when password was predefined 5 years ago
Victor LABORIE ef3287f7a2 proftpd: missing tab 5 years ago
Victor LABORIE d0fcd1c2d1 proftpd: use proftpd_accounts list for create ftp accounts
* need documentation
* faster, easier, more robust and reliable than loop on
  include_role with account.yml task
* account.yml task will be removed in future release
5 years ago
Jérémy Lecour d34ade4493 whitespaces 5 years ago
Bruno TATU 7decf35994 proftpd: add default_address + port 5 years ago
Jérémy Lecour ccaecf690c proftpd: don't overwrite z-evolinux.conf 6 years ago
Jérémy Lecour 8e86429ea4 proftpd: enforce permissions on password file 6 years ago
Jérémy Lecour 3e12be6a0c poftpd is compatible with stretch 6 years ago
Jérémy Lecour 24948cf4fa proftpd: blank vpasswd if missing 6 years ago
Gregory Colpart 463ae97508 proftpd role : add TimesGMT option to off to conform to https://wiki.evolix.org/HowtoProFTPD (thanks to jdubois) 6 years ago
Victor LABORIE 8105cfe6b6 proftpd: fix AuthUserFile param 6 years ago
Victor LABORIE cada053c11 proftpd: add task for FTP account management 6 years ago
Gabriel Periard-Tremblay 87ebadcadd Kitchen: Change base image to evolix/ansible 6 years ago
Jérémy Lecour 033ebaa593 Add tests for many roles 6 years ago
Jérémy Lecour 5b2ab0d8d3 Ansible >= 2.2 supported 6 years ago
Jérémy Lecour 294cea44e8 Change mode with leading 0, but still as String 6 years ago
Jérémy Lecour 478e9a8272 replace "state: installed" with "state: present" 6 years ago
Jérémy Lecour 61f5219f48 Improve documentation
Each role has a README and a meta/main.yml file
6 years ago
Jérémy Lecour 5a4f838375 Unix mode MUST be a quoted string when using octal notation 6 years ago
Jérémy Lecour c0ab8f99ce Squash: conventions, evolinux, etc-git… 6 years ago