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 74ab96d67f loop syntax and whitespaces 2 years 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: silence letsencrypt deprecation warnings 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 Use python3 packages on Debian 11 and later 2 years ago
dovecot Add configuration for listener stats write and read with correct right 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 remove whitespace for stream redirection 2 years ago
evoacme use absolute path in evacme cron 2 years ago
evobackup-client remove whitespace for stream redirection 2 years ago
evocheck evocheck: upstream release 21.07 2 years ago
evolinux-base loop syntax and whitespaces 2 years ago
evolinux-todo Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
evolinux-users nagios-nrpe + evolinux-users: new checks for bkctld 2 years ago
evomaintenance Update Galaxy metadata (company, platforms and galaxy_tags) 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: Patched computerOS detection 3 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 Remove embedded GPG keys only if legacy keyring is present 2 years ago
lxc Use python3 packages on Debian 11 and later 2 years ago
lxc-php php: remove php-gettext for 7.4 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 Add variable mysql_performance_schema and configuration in evolinux_custom template 2 years ago
mysql-oracle mysql: mariadb-client-10.5 on Debian 11 2 years ago
nagios-nrpe nagios-nrpe + evolinux-users: new checks for bkctld 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 Update Galaxy metadata (company, platforms and galaxy_tags) 2 years 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: remove php-gettext for 7.4 2 years ago
postfix loop syntax and whitespaces 2 years ago
postgresql loop syntax and whitespaces 2 years ago
proftpd Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
rabbitmq Use python3 packages on Debian 11 and later 2 years ago
rbenv Fix syntax on task "plugins are installed for" 2 years ago
redis redis: instance service for Debian 11 2 years ago
redmine loop syntax and whitespaces 2 years ago
remount-usr Add evolix prefix to include_role 3 years ago
spamassasin remove whitespace for stream redirection 2 years ago
squid squid: improve 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 loop syntax and whitespaces 2 years ago
.drone.yml Add DroneCI config for build Docker image 4 years ago
.gitignore git ignore .swp files 4 years ago
CHANGELOG.md evolinux-base: install molly-guard by default 2 years 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.