Ansible roles used by our playbooks
Go to file
Andrea Dell'Amico 0a0d9c35a9 library/roles/fusiondirectory/tasks/main.yml: include -> import_tasks. 2018-03-03 16:16:56 +01:00
ELK library/roles/ELK/elasticHQ: Add a working systemd unit. Add the tasks to install the systemd unit. 2018-02-17 12:34:19 +01:00
R library/roles/R/templates/update_r_packages.sh.j2: Run a 'svn cleanup' before the 'svn update', to be on the safe side. 2018-02-22 12:09:53 +01:00
ansible_ppa
apache
bind-caching-server library/roles/bind-caching-server/defaults/main.yml: Enable listening on IPv6 by default. 2016-08-08 18:20:30 +02:00
cassandra
chkconfig/tasks
ckan library/roles/ckan/ckan/tasks/ckan-plugins.yml: notify a restart when the google analytics plugin is upgraded. 2018-02-22 18:16:31 +01:00
composer
conda conda: The executables must be referenced with full path anyway. 2018-01-05 14:21:59 +01:00
couchbase
couchdb
curl-tester
d4s_user_services_perms library/roles/d4s_user_services_perms/tasks/main.yml: include -> import_tasks 2018-02-06 18:32:39 +01:00
data_disk data_disk: handle the NFS case. 2017-10-23 19:08:38 +02:00
deb-apt-setup/tasks Major refactoring. Moved all the library roles under 'library/roles' and changed all the occurrances inside all the playbooks. 2015-05-28 11:32:57 +02:00
deb-set-hostname/tasks library/roles/deb-set-hostname/tasks/main.yml: Add a new tag. 2018-02-02 11:07:29 +01:00
deb-set-locale
dnet-apt-repo/tasks
dnet_user_services_perms
docker docker: install the python utilities needed by ansible. 2017-11-19 15:06:59 +01:00
drupal-org
egi group_vars/fhn_manager_pre/all.yml update version 2017-09-27 18:25:48 +02:00
fail2ban library/roles/fail2ban/templates/jail.local.j2: Remove a duplicate directive. It was ignored by fail2ban in Ubuntu 14.04 but the 16.04 version fails to start. 2018-02-17 12:58:26 +01:00
foreman
fusiondirectory library/roles/fusiondirectory/tasks/main.yml: include -> import_tasks. 2018-03-03 16:16:56 +01:00
ganglia library/roles/ganglia/tasks/main.yml: Fix a task name. 2018-02-07 17:02:30 +01:00
gcube/authorization_service Add a new tag to the authorization role so that we can only install the configuration files. 2017-08-21 15:14:49 +02:00
geonetwork/geonetwork library/roles/geonetwork/geonetwork/defaults/main.yml: Change the geonetwork download URL again. 2018-02-25 21:38:06 +01:00
geoserver geoserver: minor changes. The upgrade path is broken, the 'unarchive' task must be changed in future so that it does a get_url and then a local unarchive. 2018-02-09 09:52:46 +01:00
gerrit
ghn-gcore library/roles/ghn-gcore/ghn-gcore-maintenance/tasks/main.yml: Remove a conditional. 2017-12-14 16:47:02 +01:00
gitblit
grafana grafana: manage the configuration and the authentication modes. Install and use redis when requested. 2017-12-21 14:25:33 +01:00
hadoop hadoop CDH: configuration and documentation to install the oozie web console and spark2. spark2/oozie integration. 2018-02-20 17:01:09 +01:00
haproxy letsencrypt and haproxy: disable the OCSP 'must staple' option. 2018-01-02 14:43:43 +01:00
iptables Install postfix if we want to use it as a relay service. We need it installed before the rules are applied. 2018-03-01 13:06:46 +01:00
java-keyring
jenkins
jetty
jetty-apache
joomla-org joomla role: ansible 2.x compatibility. Install the newest version. 2017-11-29 19:55:35 +01:00
keepalived
ldap-client-config
letsencrypt-acmetool-client letsencrypt: Put the cron job commands inside a bash script 2017-12-15 15:43:45 +01:00
linux-kernel-sysctl library/roles/linux-kernel-sysctl/tasks/main.yml: Fix the defaults again. 2016-10-11 18:19:58 +02:00
mediawiki
memcached library/roles/iptables/tasks/main.yml: ugly fix for the distribution versions mess. 2015-09-03 02:36:22 +02:00
mongodb mongodb role: fix a typo. 2017-12-06 13:42:26 +01:00
mongodb-org
mongodb-org-3
mongodb-org-3.2
mysql
nagios library/roles/nagios/tasks/nagios.yml: Restart, not reload, the nrpe server after changing the tasks. 2018-01-26 16:50:41 +01:00
nagios-nrpe-tomcat
nagios-server
nemis-precise-backports-repo/tasks
nginx library/roles/nginx: Give the possibility to manage CORS inside the default virtualhost. 2018-02-27 14:17:11 +01:00
octave
opencpu
openjdk openjdk: Rebuilt /etc/ssl/certs/java/cacerts after the installation. The package fails to do it. See https://support.d4science.org/issues/11176 2018-02-15 16:35:37 +01:00
openldap-server Create the debconf configuration before installing the slapd package 2018-03-01 18:24:35 +01:00
openvpn
oracle-jdk oracle jdk: set java 8 as the default version. 2018-01-30 18:43:39 +01:00
orientdb
pandoc
php-fpm
piwik
postfix-relay library/roles/postfix-relay/tasks/main.yml: include -> import_tasks. 2018-02-28 17:23:22 +01:00
postgresql library/roles/postgresql/files/postgresql-backup.sh: Fix the command line that builds the list of DBs to be backed up. 2017-12-28 17:47:18 +01:00
postgresql-db library/roles/postgresql-db: Role that only manages postgresql DBs and its ACLs. Meant to be used using 'delegate_to'. 2018-01-16 14:55:18 +01:00
postgresql_extensions/tasks
prometheus prometheus: change the default version to 2.1.0. 2018-02-07 15:29:34 +01:00
prometheus-haproxy-exporter library/roles/prometheus-haproxy-exporter: Playbook that installs and runs the prometheus haproxy exporter. 2018-02-07 19:06:21 +01:00
prometheus-node-exporter library/roles/prometheus-node-exporter/templates/node_exporter.systemd.j2: Fix a wrong variable. 2018-02-16 19:02:15 +01:00
python-env python-env role: Add a task that permits to install specific versions of pip packages. 2017-09-02 17:15:03 +02:00
python-virtualenv python-virtualenv: Fixes. 2017-10-30 15:41:32 +01:00
quickrank
rabbitmq
redis
redmine
revive-adserver
rstudio-server
rsyslog-logstash
sharelatex
shinyproxy
smartgears group_vars/geonetwork_prod_wecafc_firms/geonetwork_prod_wecafc_firms.yml fix scope 2018-02-26 12:57:34 +01:00
solr library/roles/solr/defaults/main.yml: Fix a typo. 2018-02-12 13:48:53 +01:00
solr-tomcat-instance
springboot-config
ssh-keys library/roles/redis: Basic playbook that does not touch any configuration parameters. 2016-03-08 18:24:04 +01:00
sshd_config sshd config: variables and template to optionally add a chrooted sftp environment. 2017-11-07 00:09:47 +01:00
stanford-corenlp library/roles/stanford-corenlp: Fixes to the startup scripts. We have to rely on the upstart 'chdir' directive to change the working directory. 2018-02-14 10:54:44 +01:00
thredds thredds: Install web.xml from a template to disable the TLS enforcing. 2017-12-18 15:51:29 +01:00
tick
timezone
tomcat library/roles/tomcat: Add the file.encoding setting to the main tomcat role too. 2018-02-15 19:10:48 +01:00
tomcat-apache-requirements
tomcat-multiple-instances library/roles/tomcat-multiple-instances/templates/tomcat-context.xml.j2: Support more than one db target in the jndi configuration. 2018-02-27 16:52:33 +01:00
ubuntu-deb-general library/roles/ubuntu-deb-general/tasks/main.yml include -> import_tasks 2018-01-30 18:41:54 +01:00
ubuntugis library/roles/ubuntugis: Fix the packages list so that the dev package for gdal 1 is installed. 2017-05-12 19:45:11 +02:00
users
vagrant
varnish-cache
virtuoso library/roles/virtuoso/defaults/main.yml: Fix the 'Dirsallowed' parameter. We need to remove the quotes. 2018-02-27 19:34:19 +01:00
vsftpd Give more heap to the parthenos aggregator. See https://support.d4science.org/issues/10227 2017-11-06 21:48:20 +01:00
yii
zulip library/roles/zulip: Add a basic zulip role. It only downloads the distribution. Installation and configuration are scripted and interactive. 2017-01-19 20:21:18 +01:00