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 7052b7bd1e
gitea/ansible-roles/pipeline/head This commit looks good Details
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |4832|0|4832|0|:zzz: Details
gitea/ansible-roles/pipeline/tag This commit looks good Details
Merge branch 'unstable' into stable
3 months ago
.vscode Add vscode settings 3 months ago
amavis replace "with_items" in apt modules 3 years ago
amazon-ec2 Proper jinja spacing 5 months ago
apache Add task in postfix for packmail and index.hml + vhost directive for mailgraph 3 months ago
apt apt: deb822 migration python script is looked relative to shell script 3 months ago
bind bind: jinja syntax 3 months ago
bookworm-detect/tasks bookworm-detect: transitional role to help dealing with unreleased bookworm version 7 months ago
bullseye-detect/tasks Revert "bullseye-detect: this role is obsolete, Debian 11 has been fully released" 2 years ago
certbot certbot: auto-detect HAPEE version in renewal hook 6 months ago
clamav * clamav: set `MaxConnectionQueueLength` to its default value (200), custom (15) was way too small and caused recurrent connections fail in Postfix. 5 months ago
dhcpd Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
docker-host Fix problems with docker-host daemon.json config 5 months ago
dovecot Drop trailing whitespaces 5 months ago
drbd Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
elasticsearch Use proper python Boolean 3 months ago
etc-git Drop trailing whitespaces 5 months ago
evoacme Fix evoacme jinja syntax problem 5 months ago
evobackup-client Enforce String notation for mode 12 months ago
evocheck evocheck: upstream release 23.03.01 3 months ago
evolinux-base evolinux-base: subversion is not installed anymore 3 months ago
evolinux-todo evolinux-todo: execute tasks only for Debian distribution (because this task is a dependency for others roles used on different distributions) 8 months ago
evolinux-users evolinux-users: Update sudoers template to remove commands allowed without password 4 months ago
evomaintenance fix non-breaking spaces 6 months ago
fail2ban Use proper python Boolean 3 months ago
filebeat Use proper python Boolean 3 months ago
fluentd Drop unsigned repository when adding a signed one 6 months ago
generate-ldif [generate-ldif] Make MariaDB version detection more generic. 9 months ago
haproxy haproxy: fix missing admin ACL in stats module access permissions 5 months ago
java Proper jinja spacing 5 months ago
jenkins Drop unsigned repository when adding a signed one 6 months ago
keepalived keepalived: Make sure state file is readable 5 months ago
kibana Remove warning ignores as they are depreciated 5 months ago
kvm-host Use proper python Boolean 3 months ago
ldap We want LDAP listen on ldapi:/// by default 2 years ago
listupgrade listupgrade: remove old typo version of the cron task 3 months ago
logstash Use systemd module instead of command 5 months ago
lxc Use proper python Boolean 3 months ago
lxc-php Use our new repository for PHP 3 months ago
lxc-solr Proper jinja spacing 5 months ago
memcached Drop trailing whitespaces 5 months ago
meta Add meta/main.yml file for ansible galaxy cloning 6 years ago
metricbeat Drop unsigned repository when adding a signed one 6 months ago
minifirewall minifirewall also fix minifirewall_status 3 months ago
mongodb Drop trailing whitespaces 5 months ago
monit Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
munin Drop trailing whitespaces 5 months ago
mysql Use proper python Boolean 3 months ago
mysql-oracle Proper jinja spacing 5 months ago
nagios-nrpe nagios-nrpe: old wrapper might be missing 4 months ago
nameserver Use proper python Boolean 3 months ago
networkd-to-ifconfig Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
newrelic Use proper python Boolean 3 months ago
nginx Drop trailing whitespaces 5 months ago
nodejs yarn: update apt key 3 months ago
ntpd Revert "Add “when: not ansible_check_mode” to allow more --check" 6 months ago
opendkim Ajout opendkim-genkey en sha256 et taille clé 4096 1 year ago
openvpn Use proper python Boolean 3 months ago
packweb-apache userlogrotate: create role separated from packweb-apache 3 months ago
percona Use proper keyrings directory for APT version 7 months ago
pgbouncer Add role for PgBouncer 3 months ago
php whitespace 3 months ago
postfix Use proper python Boolean 3 months ago
postgresql Use proper python Boolean 3 months ago
proftpd Use proper python Boolean 3 months ago
rabbitmq rabbitmq: add link in default page 6 months ago
rbenv Remove warning ignores as they are depreciated 5 months ago
redis Use proper python Boolean 3 months ago
redmine Use proper python Boolean 3 months ago
remount-usr Use proper python Boolean 3 months ago
spamassasin Use proper python Boolean 3 months ago
squid Drop trailing whitespaces 5 months ago
ssl remove whitespace for stream redirection 2 years ago
supervisord Improve Ansible syntax 2 years ago
tomcat Tomcat 9 by default with Debian 11 1 year ago
tomcat-instance Use proper python Boolean 3 months ago
unbound whitespaces 4 years ago
userlogrotate If you want `exit 0`, well… run `exit 0` :D 3 months ago
varnish varnish: add variable varnish_update_config to disable configuration update 3 months ago
vrrpd Drop trailing whitespaces 5 months ago
webapps Use proper python Boolean 3 months ago
.Jenkinsfile Jenkinsfile > Creating a temp file to collect lint result is not required 5 months ago
.gitignore git ignore .swp files 4 years ago
CHANGELOG.md Release 23.03.1 3 months 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 Revert "Suppression lien symbolique boucle récursive (créé par Victor en mars 2018)" 1 year 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.