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 a10cff94d0
gitea/ansible-roles/pipeline/head This commit looks good Details
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2780|0|2780|0|:zzz: Details
gitea/ansible-roles/pipeline/tag This commit looks good Details
Merge branch 'unstable' into stable
1 month ago
.vscode Add vscode settings 3 months ago
amavis Use FQCN 2 months ago
amazon-ec2 Use FQCN 2 months ago
apache Use FQCN 2 months ago
apt Use FQCN 2 months ago
bind Use FQCN 2 months ago
bookworm-detect/tasks Use FQCN 2 months ago
bullseye-detect/tasks Use FQCN 2 months ago
certbot Use FQCN 2 months ago
clamav Use FQCN 2 months ago
dhcpd Use FQCN 2 months ago
docker-host Use FQCN 2 months ago
dovecot Use FQCN 2 months ago
drbd Use FQCN 2 months ago
elasticsearch Use FQCN 2 months ago
etc-git Use FQCN 2 months ago
evoacme evoacme: Fix syntax that introduced extra ending space 2 months ago
evobackup-client Use FQCN 2 months ago
evocheck evocheck: upstream release 23.04.01 2 months ago
evolinux-base evolinux-base: add wrapper task file for backward compatibility 2 months ago
evolinux-todo Use FQCN 2 months ago
evolinux-users lxc-php: add support for PHP 8.2 container 1 month ago
evomaintenance Use FQCN 2 months ago
fail2ban Use FQCN 2 months ago
filebeat Use FQCN 2 months ago
fluentd Use FQCN 2 months ago
generate-ldif generate-ldif: Support for Debian 12 2 months ago
graylog Add role for Graylog 2 months ago
haproxy Use FQCN 2 months ago
java Use FQCN 2 months ago
jenkins Use FQCN 2 months ago
keepalived Use FQCN 2 months ago
kibana Use FQCN 2 months ago
kvm-host Use FQCN 2 months ago
ldap Use FQCN 2 months ago
listupgrade Merge branch 'unstable' into stable 1 month ago
logstash Use FQCN 2 months ago
lxc Use FQCN 2 months ago
lxc-php lxc-php: add support for PHP 8.2 container 1 month ago
lxc-solr Use FQCN 2 months ago
memcached Use FQCN 2 months ago
meta Add meta/main.yml file for ansible galaxy cloning 6 years ago
metricbeat Use FQCN 2 months ago
minifirewall typo 2 months ago
mongodb Fix ansible-lint violations 2 months ago
monit Use FQCN 2 months ago
munin Use FQCN 2 months ago
mysql mysql: create log directory for stretch and later 2 months ago
mysql-oracle Use FQCN 2 months ago
nagios-nrpe Use FQCN 2 months ago
nameserver Use FQCN 2 months ago
networkd-to-ifconfig Use FQCN 2 months ago
newrelic Use FQCN 2 months ago
nginx Use FQCN 2 months ago
nodejs Install deb822 sources on Debian >=12 2 months ago
ntpd Use FQCN 2 months ago
opendkim Use FQCN 2 months ago
openvpn openvpn: updated the README file 2 months ago
packweb-apache Use FQCN 2 months ago
percona Use FQCN 2 months ago
pgbouncer PgBouncer: add handler (restart) 2 months ago
php Fix ansible-lint violations 2 months ago
postfix Fix ansible-lint violations 2 months ago
postgresql Use FQCN 2 months ago
proftpd Use FQCN 2 months ago
rabbitmq Use FQCN 2 months ago
rbenv Use FQCN 2 months ago
redis Use FQCN 2 months ago
redmine Use FQCN 2 months ago
remount-usr Use FQCN 2 months ago
spamassasin Use FQCN 2 months ago
squid Use FQCN 2 months ago
ssl Use FQCN 2 months ago
supervisord Use FQCN 2 months ago
tomcat Use FQCN 2 months ago
tomcat-instance fqcn 2 months ago
unbound Use FQCN 2 months ago
userlogrotate Use FQCN 2 months ago
varnish Fix ansible-lint violations 2 months ago
vrrpd Use FQCN 2 months ago
webapps Fix ansible-lint violations 2 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.04 1 month 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.