1
0
Fork 0
Commit graph

7 commits

Author SHA1 Message Date
Arthur BOUDREAULT
c23177170e ♻refactor: Command ansible module across the repo for better security
Shell module is not needed here.

According to various sources (https://www.youtube.com/watch?v=57gAqKvAKck or https://stackoverflow.com/questions/56663332/difference-between-shell-and-command-in-ansible) it is not useful to use shell ansible module when not working with operands. Therefore I have decided to switch every actions to command module, more secure. Ansible-lint says "Shell should only be used when piping, redirecting or chaining commands"
2021-10-12 14:00:56 +00:00
Arthur BOUDREAULT
b76b876750 refactor: changed vars to reflect new variable names
refactor: changed variables pattern to be more consistent with ansible good practises and more flexible to use.
refactor: remove useless comment
doc: Readme in English and French
2021-10-12 12:27:37 +00:00
therojam
658e8a9304 corrected domain 2 mail_domain 2021-05-01 21:58:01 +02:00
therojam
c3f7b0355d switch -m (mail) was deprecated in favor of -d (--domaim)
also added example users w/ {{ domain }}
2021-05-01 18:33:45 +02:00
therojam
9ce7c315a0 upgraded code for ansible version 2.10/3 2021-05-01 17:13:18 +02:00
Romain Thouvenin
572ea0d044 Remove admin-password option from yunohost commands 2021-03-10 20:28:12 +01:00
sylvainar
946aecd75f Add support for users 2017-09-17 21:27:54 +02:00