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 f082cb652a postgresql: rename GPG key 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 Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
apt Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
bind Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
certbot remove whitespace for stream redirection 2 years ago
clamav Use 'loop' syntax instead of 'with_items' 2 years ago
dhcpd Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
docker-host explicit permissions for APT GPG keys 2 years ago
dovecot Use 'loop' syntax instead of 'with_items' 2 years ago
drbd Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
elasticsearch remove whitespace for stream redirection 2 years ago
etc-git remove whitespace for stream redirection 2 years ago
evoacme remove whitespace for stream redirection 2 years ago
evobackup-client remove whitespace for stream redirection 2 years ago
evocheck remove whitespace for stream redirection 2 years ago
evolinux-base remove whitespace for stream redirection 2 years ago
evolinux-todo Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
evolinux-users Update Galaxy metadata (company, platforms and galaxy_tags) 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 Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
fluentd Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
generate-ldif generate-ldif: Patched computerOS detection 3 years ago
haproxy Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
java Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
jenkins Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
keepalived Improve Ansible syntax 2 years ago
kibana Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
kvm-host remove whitespace for stream redirection 2 years ago
ldap Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
listupgrade Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
logstash remove whitespace for stream redirection 2 years ago
lxc Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
lxc-php Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
lxc-solr Use 'loop' syntax instead of 'with_items' 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 6 years ago
metricbeat Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
minifirewall Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
mongodb Update Galaxy metadata (company, platforms and galaxy_tags) 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 Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
mysql-oracle Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
nagios-nrpe Update Galaxy metadata (company, platforms and galaxy_tags) 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 Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
nginx Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
nodejs Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
ntpd ntpd: Add leapfile configuration setting to ntpd on debian 10+ 2 years ago
opendkim Use 'loop' syntax instead of 'with_items' 2 years ago
packweb-apache Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
percona remove whitespace for stream redirection 2 years ago
php php: use sury.gpg locally 2 years ago
postfix remove whitespace for stream redirection 2 years ago
postgresql postgresql: rename GPG key 2 years ago
proftpd Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
rabbitmq Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
rbenv Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
redis Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
redmine Improve Ansible syntax 2 years ago
remount-usr Add evolix prefix to include_role 4 years ago
spamassasin remove whitespace for stream redirection 2 years ago
squid Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
ssl remove whitespace for stream redirection 2 years ago
supervisord Improve Ansible syntax 2 years ago
tomcat Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
tomcat-instance Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
unbound whitespaces 4 years ago
varnish Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
vrrpd Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
webapps Update Galaxy metadata (company, platforms and galaxy_tags) 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 Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
Dockerfile Change Dockerfile Workdir to /data 4 years ago
LICENSE Add the GPLv2 licence 7 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.