update CHANGELOG for evolinux-todo

This commit is contained in:
Jérémy Lecour 2018-08-24 14:29:30 +02:00 committed by Jérémy Lecour
parent c1afb68d19
commit fe064c16d1
2 changed files with 13 additions and 7 deletions

View file

@ -17,6 +17,7 @@ The **patch** part changes incrementally at each release.
* evocheck: detect installed packages even if "held" by APT (manual fix) * evocheck: detect installed packages even if "held" by APT (manual fix)
* evocheck: the crontab is updated by the role (default: `True`) * evocheck: the crontab is updated by the role (default: `True`)
* evolinux-base: add mail related aliases * evolinux-base: add mail related aliases
* evolinux-todo: new role, to help maintain a file of todo tasks
* fail2ban: add a variable to disable the ssh filter (default: `False`) * fail2ban: add a variable to disable the ssh filter (default: `False`)
* etc-git: install a script to optimize the repository each month * etc-git: install a script to optimize the repository each month
* fail2ban: add a variable to update the list of ignored IP addresses/blocs (default: `False`) * fail2ban: add a variable to update the list of ignored IP addresses/blocs (default: `False`)
@ -31,6 +32,7 @@ The **patch** part changes incrementally at each release.
### Changed ### Changed
* evocheck: update upstream script * evocheck: update upstream script
* evolinux-base: improve hostname configuration (real vs. internal) * evolinux-base: improve hostname configuration (real vs. internal)
* evolinux-base: use the "evolinux-todo" role
* evolinux-users: add sudo permission for bkctld check * evolinux-users: add sudo permission for bkctld check
* java8: renamed to java (java8 symlinked to java for backward compatibility) * java8: renamed to java (java8 symlinked to java for backward compatibility)
* minifirewall: the tail file can be overwritten, or not (default: `True`) * minifirewall: the tail file can be overwritten, or not (default: `True`)

View file

@ -1,9 +1,13 @@
--- ---
- name: /etc/evolinux exists ### This is taken care of by the evolinux-todo role
file: # - name: /etc/evolinux exists
dest: /etc/evolinux # file:
owner: root # dest: /etc/evolinux
group: root # owner: root
mode: "0700" # group: root
state: directory # mode: "0700"
# state: directory
- include_role:
name: evolinux-todo