Ansible roles by Evolix
Go to file
Mathieu Trossevin 956ecd4700
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).
2022-03-30 16:40:44 +02:00
amavis replace "with_items" in apt modules 2019-12-31 16:18:56 +01:00
amazon-ec2 Use 'loop' syntax instead of 'with_items' 2021-05-04 14:19:18 +02:00
apache Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
apt Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
bind Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02: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 2022-03-30 16:40:44 +02: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 Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
dovecot Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
drbd Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
elasticsearch Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
etc-git Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
evoacme Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
evobackup-client Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
evocheck Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
evolinux-base Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
evolinux-todo Update Galaxy metadata (company, platforms and galaxy_tags) 2021-06-28 15:26:28 +02:00
evolinux-users Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
evomaintenance Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
fail2ban Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
filebeat Fix Filebeat role for --check mode. 2021-12-21 15:27:46 +01:00
fluentd Remove embedded GPG keys only if legacy keyring is present 2021-07-04 22:08:47 +02:00
generate-ldif generate-ldif: Correct generated entries for php-fpm in containers 2022-03-17 17:36:35 +01:00
haproxy Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
java Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
jenkins Remove embedded GPG keys only if legacy keyring is present 2021-07-04 22:08:47 +02:00
keepalived Repair keepalived role 2022-03-02 16:23:01 +01:00
kibana Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
kvm-host Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
ldap Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
listupgrade listupgrade: old-kernel-removal version 21.10 2021-10-25 14:23:52 +02:00
logstash Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
lxc Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
lxc-php Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
lxc-solr loop syntax and whitespaces 2021-08-27 11:01:28 +02:00
memcached Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
meta Add meta/main.yml file for ansible galaxy cloning 2017-11-14 22:16:17 +01:00
metricbeat filebeat/metricbeat: version 7.x y default 2021-11-12 10:07:43 +01:00
minifirewall Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
mongodb Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
monit Update Galaxy metadata (company, platforms and galaxy_tags) 2021-06-28 15:26:28 +02:00
munin Explicit permissions for systemd overrides 2022-02-03 14:18:20 +01:00
mysql Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
mysql-oracle Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
nagios-nrpe nagios-nrpe: Improve readability for check_mount_rw 2022-03-10 16:41:13 +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 2022-03-30 16:40:44 +02:00
newrelic Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
nginx Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
nodejs Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
ntpd ntpd: Add leapfile configuration setting to ntpd on debian 10+ 2021-04-21 17:22:45 +02:00
opendkim We use now TCP/8891, cf HowtoOpenDKIM 2022-02-24 15:31:34 +01:00
openvpn Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
packweb-apache Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
percona Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
php Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
postfix Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
postgresql Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
proftpd Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
rabbitmq Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
rbenv rbenv: install Ruby 3.1.0 by default 2022-01-28 16:27:20 +01:00
redis Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
redmine Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
remount-usr remount-usr: use findmnt to find if usr is a readonly partition 2022-01-27 11:21:19 +01: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 2022-03-30 16:40:44 +02:00
ssl Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
supervisord Improve Ansible syntax 2021-05-09 23:06:42 +02:00
tomcat Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
tomcat-instance Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
unbound whitespaces 2019-05-14 14:03:03 +02:00
varnish Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
vrrpd loop syntax and whitespaces 2021-08-27 11:01:28 +02:00
webapps Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
.drone.yml Add DroneCI config for build Docker image 2019-06-17 14:06:13 +02:00
.gitignore git ignore .swp files 2019-10-11 21:27:01 +02:00
CHANGELOG.md Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
Dockerfile Change Dockerfile Workdir to /data 2019-06-17 14:31:01 +02:00
evolix Add an evolix symlink for prefixed roles 2018-03-20 13:32:38 +01: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.