Commit graph

491 commits

Author SHA1 Message Date
Jérémy Lecour 129b0c48a1 admin-users: new kitchen driver to test
By default, Docker doesn't have a proper SSH server,
so we can't test actions through systemd.
Those settings should be tested to see if they fix the issue.
2017-04-20 11:09:16 +02:00
Jérémy Lecour a1466bfcdb apt-repositories: test replacements for empty results 2017-04-20 11:08:01 +02:00
Jérémy Lecour 10294e0490 apt-repositories: better sources replacements 2017-04-20 11:07:32 +02:00
Jérémy Lecour 914f1a522d [WIP] apt-repositories: change tests 2017-04-19 18:19:15 +02:00
Jérémy Lecour 976b0836bb apt-repositories: add some specs 2017-04-19 18:12:04 +02:00
Jérémy Lecour 5a5cf44870 apt-repositories: add basic tests 2017-04-19 18:01:29 +02:00
Jérémy Lecour 81e46962d2 apache: change idempotency test 2017-04-19 17:58:46 +02:00
Jérémy Lecour 69d499043e etc-git: more tests 2017-04-19 17:55:45 +02:00
Jérémy Lecour 33314828b1 Change Ansible version used by ansible-kitchen 2017-04-19 17:48:02 +02:00
Jérémy Lecour d5a18a4456 [WIP] add tests to etc-git 2017-04-19 17:42:03 +02:00
Jérémy Lecour 02625c1ecc essais de tests 2017-04-19 17:17:41 +02:00
Jérémy Lecour cbe59368cc Mongodb: rename all variables to be more generic 2017-04-19 11:28:15 +02:00
Jérémy Lecour 2611683d81 MongoDB (from 10Gen) : basic role 2017-04-19 10:59:25 +02:00
Jérémy Lecour 3db5e7e725 rbenv: bump versions for rbenv, ruby… 2017-04-19 10:59:25 +02:00
Jérémy Lecour fad4b78775 evolinux-base: better regexp for fstab customization
- we must exclude lines containing a # before the partition name
- it's better to use "not space" (\S) instead of "word character" (\w)
  between the partition name and the fs type
2017-04-19 10:59:25 +02:00
Jérémy Lecour de9d4080cb whitespaces 2017-04-19 10:59:25 +02:00
Daniel Jakots 3462def934 fix path 2017-04-18 15:25:41 -04:00
Victor LABORIE 7dba7f5855 Revert "Load Apache proxy module (IfModule added to apache conf)"
This reverts commit 07a24c8438.
2017-04-18 12:03:20 +02:00
Victor LABORIE 51763f9d95 evoacme: check apache2 module 2017-04-18 10:54:37 +02:00
Tristan PILAT e864718c1e Add bind's munin plugin configuration option file 2017-04-13 17:26:51 +02:00
Tristan PILAT ec1e036465 New template bind configuration file 2017-04-13 17:26:50 +02:00
Tristan PILAT be3ad0c844 Add munin configuration part 2017-04-13 17:26:49 +02:00
Tristan PILAT c12e85cf4b Add bind configuration 2017-04-13 17:26:49 +02:00
Tristan PILAT 350cf87eb6 Add munin-node handler 2017-04-13 17:26:47 +02:00
Jérémy Lecour 45337ece51 Varnish: add many variables for systemd unit file 2017-04-12 18:04:36 +02:00
Jérémy Lecour bdf534fdbb Varnish: fix logrotate replace
it was not idempotent and would add a segment indefinitely
2017-04-12 18:04:09 +02:00
Jérémy Lecour 86372199ec minifirewall: simplify debug 2017-04-11 16:13:53 +02:00
Jérémy Lecour 07d8a815c2 bind: simpler spec for now 2017-04-10 18:16:25 +02:00
Jérémy Lecour 0f89f99ae7 admin-users: fail if no user is provided 2017-04-10 18:16:06 +02:00
Jérémy Lecour e2847626e4 memcached: better default configuration 2017-04-10 18:15:35 +02:00
Jérémy Lecour c6e81bf4b7 bind: log file tasks are idempotent 2017-04-06 14:33:46 +02:00
Jérémy Lecour 9c3e73c494 Revert "bind: service is completely reloaded"
This reverts commit a798bf0ebc.
2017-04-06 14:27:19 +02:00
Jérémy Lecour 77bad3eb13 bind: use less command/shell and more modules 2017-04-06 14:22:17 +02:00
Jérémy Lecour 2f7116f676 bind: extract systemd service file in a template 2017-04-06 14:21:29 +02:00
Jérémy Lecour a798bf0ebc bind: service is completely reloaded 2017-04-06 14:20:34 +02:00
Jérémy Lecour 21ac7cd738 bind: check for chroot 2017-04-06 11:53:03 +02:00
Jérémy Lecour 082f583c83 bind: stat actions are run in check mode too 2017-04-06 11:52:41 +02:00
Jérémy Lecour c4cd869218 bind: add specs for service check 2017-04-06 11:46:01 +02:00
Jérémy Lecour 406657455e bind: quote variables 2017-04-06 11:45:49 +02:00
Jérémy Lecour 947f617f7d bind: fix test context 2017-04-06 11:45:37 +02:00
Jérémy Lecour b6d2c023cf bind: add tests 2017-04-06 11:37:50 +02:00
Jérémy Lecour e2f5f91b08 docket-host: quote variables 2017-04-06 11:33:56 +02:00
Jérémy Lecour 6cf4de3da8 bind: variable chroot path 2017-04-06 11:18:35 +02:00
Jérémy Lecour 36b7efd5e4 bind: simplify conditions syntax
"when: X == False" => "when: not X"
"when: X == True" => "when: X"
2017-04-06 11:18:14 +02:00
Jérémy Lecour f3dedbc09e bind: permissions as String 2017-04-06 11:16:02 +02:00
Jérémy Lecour cb28ddd406 Bind: variable for systemd service file 2017-04-06 11:15:28 +02:00
Jérémy Lecour 6827be7f60 Nagios check_mysql : nagios home is more concrete 2017-04-06 09:30:56 +02:00
Jérémy Lecour c30e6b189c evolinux-base: fstab is more customizable 2017-04-05 17:50:50 +02:00
Jérémy Lecour 6bdbceba7b nagios:jinja variables must be quoted 2017-04-05 17:50:19 +02:00
Jérémy Lecour 68d9490fc0 MySQL: document missing variables in README
* mysql_variant
* mysql_force_new_nrpe_password
2017-04-05 12:14:30 +02:00