Ansible roles by Evolix
Go to file
Mathieu Trossevin 7c632352a0
Replace the include module with include_tasks or import_tasks
The behaviour of the `include` module is badly defined (it try to choose
between statically importing the tasks and dynamically including them)
and can cause problems depending on any number of constraints (mostly if
it choose the wrong behaviour).

Replace it with the `import_tasks` (always statically import tasks) unless
the `include` is in a loop in which case we replace it with
`include_tasks` (always dynamically include tasks).
2023-01-03 14:43:42 +01:00
amavis replace "with_items" in apt modules 2019-12-31 16:18:56 +01:00
amazon-ec2 Proper jinja spacing 2022-12-28 09:03:37 +01:00
apache Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
apt Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
bind Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
bookworm-detect/tasks bookworm-detect: transitional role to help dealing with unreleased bookworm version 2022-11-05 21:15:21 +01:00
bullseye-detect/tasks Revert "bullseye-detect: this role is obsolete, Debian 11 has been fully released" 2021-08-17 15:33:06 +02:00
certbot Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
clamav loop syntax and whitespaces 2021-08-27 11:01:28 +02:00
dhcpd Update Galaxy metadata (company, platforms and galaxy_tags) 2021-06-28 15:26:28 +02:00
docker-host Proper jinja spacing 2022-12-28 09:03:37 +01:00
dovecot Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
drbd Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
elasticsearch Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
etc-git Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
evoacme Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
evobackup-client Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
evocheck Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
evolinux-base Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
evolinux-todo evolinux-todo: execute tasks only for Debian distribution (because this task is a dependency for others roles used on different distributions) 2022-10-17 11:37:58 +02:00
evolinux-users Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
evomaintenance Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
fail2ban Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
filebeat Drop unsigned repository when adding a signed one 2022-12-02 17:40:43 +01:00
fluentd Drop unsigned repository when adding a signed one 2022-12-02 17:40:43 +01:00
generate-ldif [generate-ldif] Make MariaDB version detection more generic. 2022-08-29 17:28:57 +02:00
haproxy Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
java Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
jenkins Drop unsigned repository when adding a signed one 2022-12-02 17:40:43 +01:00
keepalived keepalived: change exit code (warning if runnin but not on expected state ; critical if not running) 2022-11-28 17:16:43 +01:00
kibana Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
kvm-host Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
ldap Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
listupgrade listupgrade: sort/uniq of packages/services lists in email template 2022-12-07 21:05:12 +01:00
logstash Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
lxc Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
lxc-php Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
lxc-solr Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
memcached Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
meta Add meta/main.yml file for ansible galaxy cloning 2017-11-14 22:16:17 +01:00
metricbeat Drop unsigned repository when adding a signed one 2022-12-02 17:40:43 +01:00
minifirewall Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
mongodb Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
monit Update Galaxy metadata (company, platforms and galaxy_tags) 2021-06-28 15:26:28 +02:00
munin Revert "Add “when: not ansible_check_mode” to allow more --check" 2022-12-14 07:41:18 +01:00
mysql Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
mysql-oracle Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
nagios-nrpe nagios-nrpe: Print pool config path in check_phpfpm_multi output 2022-12-30 10:45:09 +01:00
nameserver Use 'loop' syntax instead of 'with_items' 2021-05-04 14:19:18 +02:00
networkd-to-ifconfig Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
newrelic Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
nginx Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
nodejs Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
ntpd Revert "Add “when: not ansible_check_mode” to allow more --check" 2022-12-14 07:41:18 +01:00
opendkim Ajout opendkim-genkey en sha256 et taille clé 4096 2022-05-09 10:14:33 +02:00
openvpn Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
packweb-apache Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
percona Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
php Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
postfix Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
postgresql Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
proftpd Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
rabbitmq Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
rbenv Remove warning ignores as they are depreciated 2022-12-22 11:32:32 -05:00
redis Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
redmine Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
remount-usr Remove warning ignores as they are depreciated 2022-12-22 11:32:32 -05:00
spamassasin remove whitespace for stream redirection 2021-06-28 15:56:19 +02:00
squid Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
ssl Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
supervisord Improve Ansible syntax 2021-05-09 23:06:42 +02:00
tomcat Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
tomcat-instance Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
unbound whitespaces 2019-05-14 14:03:03 +02:00
varnish Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
vrrpd Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
webapps Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
.gitignore git ignore .swp files 2019-10-11 21:27:01 +02:00
.Jenkinsfile Jenkinsfile > Creating a temp file to collect lint result is not required 2022-12-27 18:43:37 +01:00
CHANGELOG.md Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
Dockerfile Change Dockerfile Workdir to /data 2019-06-17 14:31:01 +02:00
evolix Revert "Suppression lien symbolique boucle récursive (créé par Victor en mars 2018)" 2022-05-25 09:37:46 +02:00
java8 java: support for Oracle JRE 2018-06-11 10:39:52 +02:00
LICENSE Add the GPLv2 licence 2017-01-05 18:22:06 +01:00
README.md Mention the CHANGELOG in the README 2021-02-04 11:13:05 +01:00

Ansible-roles

A repository for Ansible roles used by Evolix on Debian GNU/Linux 9 (stretch) servers. Few roles are also be compatible with Debian GNU/Linux 8 (jessie) servers.

It contains only roles, everything else is available at https://gitea.evolix.org/evolix/ansible-public

Branches

The stable branch contains roles that we consider ready for production.

The unstable branch contains not sufficiently tested roles (or evolutions on existing roles) that we don't consider ready for production yet.

Many feature branches may exist in the repository. They represent "work in progress". They may be used, for testing purposes.

Install and usage

First, check-out the repository :

$ cd ~/GIT/
$ git clone https://gitea.evolix.org/evolix/ansible-roles

Then, add its path to your ansible load path :

$ vim ~/.ansible.cfg
[defaults]
roles_path = $HOME/GIT/ansible-roles

Then, include roles in your playbooks :

- hosts: all
  gather_facts: yes
  become: yes
  roles:
    - etc-git
    - evolinux-base

Contributing

Contributions are welcome, especially bug fixes and "ansible good practices". They will be merged in if they are consistent with our conventions and use cases. They might be rejected if they introduce complexity, cover features we don't need or don't fit "style".

Before starting anything of importance, we suggest contacting us to discuss what you'd like to add or change.

Our conventions are available in the "ansible-public":https://gitea.evolix.org/evolix/ansible-public repository, in the CONVENTIONS.md file.

All modifications should be documented in the CHANGELOG file, to help review releases. We encourage atomic commits, on a single role, and with the CHANGELOG in the same commit.

Workflow

The ideal and most typical workflow is to create a branch, based on the "unstable" branch. The branch should have a descriptive name (a ticket/issue number is great). The branch can be treated as a pull-request or merge-request. It should be propery tested and reviewed before merging into "unstable".

Changes that don't introduce significant changes — or that must go faster that the typical workflow — can be commited directly into "unstable".

Hotfixes, can be prepared on a new branch, based on "stable" or "unstable" (to be decided by the author). When ready, it can be merged back to "stable" for immediate deployment and to "unstable" for proper backporting.

Other workflow are not forbidden, but should be discussed in advance.