Ansible roles by Evolix
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Jérémy Lecour 7d63f20336 evoacme: exclude renewal-hooks directory from cron 1 year ago
amavis replace "with_items" in apt modules 3 years ago
amazon-ec2 Use 'loop' syntax instead of 'with_items' 2 years ago
apache Reduce verbosity 2 years ago
apt apt: use the new security repository for Bullseye 2 years ago
bind Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
bullseye-detect/tasks Revert "bullseye-detect: this role is obsolete, Debian 11 has been fully released" 2 years ago
certbot certbot: don't install legacy Certbot on Debian 9 2 years ago
clamav loop syntax and whitespaces 2 years ago
dhcpd Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
docker-host Install python 2 or 3 libraries according to running python version 1 year ago
dovecot Fix path to dhparam certificate 2 years ago
drbd Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
elasticsearch Remove embedded GPG keys only if legacy keyring is present 2 years ago
etc-git etc-git: simplify commit tasks 1 year ago
evoacme evoacme: exclude renewal-hooks directory from cron 1 year ago
evobackup-client remove whitespace for stream redirection 2 years ago
evocheck mysql: fix task settings temporary mistake 1 year ago
evolinux-base evolinux-base: logs are rotated with dateext by default 1 year ago
evolinux-todo Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
evolinux-users evolix-users: Add missing sudo auth for check_raid for HP hardware 2 years ago
evomaintenance forgotten file 2 years ago
fail2ban Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
filebeat Remove embedded GPG keys only if legacy keyring is present 2 years ago
fluentd Remove embedded GPG keys only if legacy keyring is present 2 years ago
generate-ldif generate-ldif: detect mdadm 2 years ago
haproxy Preliminary support for Bullseye 2 years ago
java loop syntax and whitespaces 2 years ago
jenkins Remove embedded GPG keys only if legacy keyring is present 2 years ago
keepalived Improve Ansible syntax 2 years ago
kibana Remove embedded GPG keys only if legacy keyring is present 2 years ago
kvm-host loop syntax and whitespaces 2 years ago
ldap We want LDAP listen on ldapi:/// by default 2 years ago
listupgrade listupgrade: add repository URL 2 years ago
logstash logstash: no more dependency on Java 2 years ago
lxc Install python 2 or 3 libraries according to running python version 1 year ago
lxc-php lxc-php: Use Debian bullseye package for php74 2 years ago
lxc-solr loop syntax and whitespaces 2 years ago
memcached Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
meta Add meta/main.yml file for ansible galaxy cloning 5 years ago
metricbeat Remove embedded GPG keys only if legacy keyring is present 2 years ago
minifirewall Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
mongodb Remove embedded GPG keys only if legacy keyring is present 2 years ago
monit Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
munin Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
mysql mysql: fix task settings temporary mistake 1 year ago
mysql-oracle Install python 2 or 3 libraries according to running python version 1 year ago
nagios-nrpe nagios-nrpe + evolinux-users: new check ipmi 2 years ago
nameserver Use 'loop' syntax instead of 'with_items' 2 years ago
networkd-to-ifconfig Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
newrelic Remove embedded GPG keys only if legacy keyring is present 2 years ago
nginx nginx: improve tasks naiming 1 year ago
nodejs Remove embedded GPG keys only if legacy keyring is present 2 years ago
ntpd ntpd: Add leapfile configuration setting to ntpd on debian 10+ 2 years ago
opendkim loop syntax and whitespaces 2 years ago
packweb-apache packweb-apache: install phpMyAdmin from buster-backports 2 years ago
percona Remove embedded GPG keys only if legacy keyring is present 2 years ago
php php: fix assert condition 1 year ago
postfix loop syntax and whitespaces 2 years ago
postgresql Install python 2 or 3 libraries according to running python version 1 year ago
proftpd Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
rabbitmq Install python 2 or 3 libraries according to running python version 1 year ago
rbenv Fix syntax on task "plugins are installed for" 2 years ago
redis redis: instance service for Debian 11 2 years ago
redmine Install python 2 or 3 libraries according to running python version 1 year ago
remount-usr Add evolix prefix to include_role 3 years ago
spamassasin remove whitespace for stream redirection 2 years ago
squid squid: add *.o.lencr.org to default whitelist 2 years ago
ssl remove whitespace for stream redirection 2 years ago
supervisord Improve Ansible syntax 2 years ago
tomcat Preliminary support for Bullseye 2 years ago
tomcat-instance Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
unbound whitespaces 4 years ago
varnish Preliminary support for Bullseye 2 years ago
vrrpd loop syntax and whitespaces 2 years ago
webapps Install python 2 or 3 libraries according to running python version 1 year ago
.drone.yml Add DroneCI config for build Docker image 4 years ago
.gitignore git ignore .swp files 3 years ago
CHANGELOG.md evoacme: exclude renewal-hooks directory from cron 1 year ago
Dockerfile Change Dockerfile Workdir to /data 4 years ago
LICENSE Add the GPLv2 licence 6 years ago
README.md Mention the CHANGELOG in the README 2 years ago
evolix Add an evolix symlink for prefixed roles 5 years ago
java8 java: support for Oracle JRE 5 years ago

README.md

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.