Commit Graph

62 Commits

Author SHA1 Message Date
Jérémy Lecour a8593dd438 typo 2019-05-07 18:00:19 +02:00
Jérémy Lecour 3686fecf0b better vagrant playbook for tests 2018-04-15 16:00:28 +02:00
Bruno TATU 55c8e462df whitelist_squid: support Stretch & Jessie 2017-12-15 12:18:35 +01:00
Jérémy Lecour c43c830005 convention for merging arrays 2017-11-16 00:07:28 +01:00
Jérémy Lecour 0af5ca03d4 Add ansible-managed and nameserver roles 2017-10-09 14:59:49 +02:00
Jérémy Lecour 72569328d7 vagrant: we can test on jessie/stretch in parallel
Only for Stretch :
$ vagrant up stretch

Only for Jessie :
$ vagrant up jessie

Both at the same time :
$ vagrant up
2017-10-09 09:17:52 +02:00
Jérémy Lecour 58a815ef6b amélioration des tests avec Vagrant 2017-10-09 00:01:48 +02:00
Jérémy Lecour 4a8144d3c2 mise à jour des tests avec vagrant 2017-10-06 15:47:37 +02:00
Jérémy Lecour 554c0dc075 .gitignore: don't ignore roles anymore 2017-09-14 14:14:52 +02:00
Gregory Colpart 742732b731 change in playbook example: we need evolinux-base role before etc-git 2017-08-18 13:41:53 +02:00
Jérémy Lecour d673325c53 remove run_evocheck.yml
we need to use the "evocheck" role
2017-07-27 16:53:03 -04:00
Jérémy Lecour 83d3f9f186 remove commit_etc_git.yml
We need to use the "etc-git" role
2017-07-27 16:52:27 -04:00
Daniel Jakots cab89b11ac fix authorship in the commit
Thanks Romain for the debugging clues!
2017-07-19 13:36:11 -04:00
Jérémy Lecour 243fccc159 evolinux: remove evocheck from default roles 2017-07-19 14:39:23 +02:00
Jérémy Lecour 76b85a9abf typo 2017-07-14 18:44:09 +02:00
Jérémy Lecour 1468f85229 Script to move a role in a feature branch 2017-07-14 11:42:12 +02:00
Jérémy Lecour 64ea3222b7 Add evocheck to evolinux.yml 2017-05-24 11:23:32 +02:00
Bruno TATU 6723a9c656 Fix bug, + details more explicit 2017-05-19 15:53:51 +02:00
Bruno TATU 1b274e8136 fix typo : python-apt not apt-python 2017-05-18 16:22:05 +02:00
Jérémy Lecour a4546b16c9 Expand the README with instructions for evolinux.yml 2017-05-04 11:08:14 +02:00
Jérémy Lecour 74fc4dadea fix a stupid typo 2017-04-24 10:03:13 +02:00
Jérémy Lecour 4b7ac01574 "Ansible managed" in Conventions and Evolinux.yml 2017-04-24 10:01:57 +02:00
Jérémy Lecour 18536ee6aa Check mode pour remount 2017-04-07 11:12:02 +02:00
Daniel Jakots 3300acc80d change tags to avoid namespace conflict; discussed with jlecour 2017-03-30 16:24:26 -04:00
Jérémy Lecour cc08e429a5 typo 2017-03-30 16:32:16 +02:00
Jérémy Lecour 5aca0109df We use Ansible 2.2 so check_mode is available 2017-03-30 16:11:41 +02:00
Jérémy Lecour 2bd516ab05 Playbook for docker-host 2017-03-24 15:41:00 +01:00
Jérémy Lecour 252c33289f Evolinux: minifirewall_trusted_ips with an example 2017-03-24 15:29:18 +01:00
Jérémy Lecour 200ec1063f Clarify "mode" even more : String + leading 0 2017-03-24 15:28:51 +01:00
Jérémy Lecour b8c43d2b12 Ansible 2.2 is our default: "always_run" goes away 2017-03-24 15:27:55 +01:00
Jérémy Lecour d680ec831b Better wording for the conventions 2017-03-24 15:26:32 +01:00
Jérémy Lecour 702dec141e Add a pack-web.yml playbook 2017-03-21 15:37:05 +01:00
Jérémy Lecour aa372e223b https.yml : conventions for files paths 2017-03-07 10:49:15 +01:00
Jérémy Lecour 8f871821dd shell command with no change but register should always run 2017-02-15 16:22:33 +01:00
Jérémy Lecour b85a9178e3 remount-{on,off}: shell command is more precise 2017-02-15 16:21:38 +01:00
Jérémy Lecour b095e4ffac commit_etc_git: more resilient to Git errors
* Errors should be ignored
* /etc might not be under verison control

If Git is installed but there is not repository for /etc,
the `git status` returns with a non-zero code.
2017-02-07 17:47:49 +01:00
Jérémy Lecour 5bbc9caa4f Fix for Ansible < 2.1 2017-02-02 15:39:25 +01:00
Jérémy Lecour f0aaf767ec Conventions: add "check mode" section 2017-01-31 11:53:38 +01:00
Jérémy Lecour 91a5928ffb Update evolinux.yml playbook 2017-01-30 14:47:35 +01:00
Jérémy Lecour fba4316e09 Document the format for Unix permissions 2017-01-13 10:22:01 +01:00
Jérémy Lecour dcd50fdbcf Switch to fenced code blocks 2017-01-13 10:04:20 +01:00
Jérémy Lecour 838d9a41cd Convention for packages installation 2017-01-12 17:54:51 +01:00
Jérémy Lecour 44bbd23923 test: default minifirewall configuration 2017-01-11 18:19:30 +01:00
Jérémy Lecour 9584a24968 etc-git-commit: check_mode compatible 2017-01-11 18:18:58 +01:00
Jérémy Lecour 8a18cbfbb1 etc-git-commit: Custom commit message 2017-01-11 18:18:42 +01:00
Jérémy Lecour 38f35b5231 Update sample variables file 2017-01-04 10:26:00 +01:00
Romain Dessort 64f5e46239 Import remount-on/off.yml from former ansible repository 2017-01-03 16:30:41 -05:00
Jérémy Lecour ac69147876 simplify test/vagrant.yml 2017-01-03 17:26:06 +01:00
Jérémy Lecour 068a1a0bcc taskis/run_evocheck: failure detection and output 2016-12-27 14:51:14 +01:00
Jérémy Lecour 70586182b7 evolinux: install nagios-nrpe 2016-12-23 16:25:27 +01:00