Add docs + fix warning

This commit is contained in:
Quentin 2020-07-05 20:15:28 +02:00
parent 9cf37f9fe0
commit 81480fa1f9
2 changed files with 4 additions and 1 deletions

View file

@ -6,6 +6,9 @@ For each machine, **one by one** do:
- Check that cluster is healthy - Check that cluster is healthy
- `sudo gluster peer status` - `sudo gluster peer status`
- `sudo gluster volume status all` (check Online Col, only `Y` must appear) - `sudo gluster volume status all` (check Online Col, only `Y` must appear)
- Check that Nomad is healthy
- Check that Consul is healthy
- Check that Postgres is healthy
- Run `ansible-playbook -i production --limit <machine> site.yml` - Run `ansible-playbook -i production --limit <machine> site.yml`
- Reboot - Reboot
- Check that cluster is healthy - Check that cluster is healthy

View file

@ -7,7 +7,7 @@
- name: "Activate IP forwarding" - name: "Activate IP forwarding"
sysctl: sysctl:
name: net.ipv4.ip_forward name: net.ipv4.ip_forward
value: 1 value: "1"
sysctl_set: yes sysctl_set: yes
# These two lines are used to undo previous config, remove them once it is done # These two lines are used to undo previous config, remove them once it is done