infrastructure/os/config/README.md

20 lines
546 B
Markdown
Raw Normal View History

2020-07-05 17:52:31 +00:00
# ANSIBLE
2019-06-01 14:02:49 +00:00
2020-07-05 17:52:31 +00:00
## How to proceed
2019-06-01 14:02:49 +00:00
2020-07-05 17:52:31 +00:00
For each machine, **one by one** do:
- Check that cluster is healthy
2020-10-22 16:29:37 +00:00
- Check gluster
- `sudo gluster peer status`
- `sudo gluster volume status all` (check Online Col, only `Y` must appear)
2020-07-05 18:15:28 +00:00
- Check that Nomad is healthy
2020-10-22 16:29:37 +00:00
- `nomad server members`
- `nomad node status`
2020-07-05 18:15:28 +00:00
- Check that Consul is healthy
2020-10-22 16:29:37 +00:00
- `consul members`
2020-07-05 18:15:28 +00:00
- Check that Postgres is healthy
2020-10-22 16:29:37 +00:00
- Run `ansible-playbook -i production.yml --limit <machine> site.yml`
2020-07-05 17:52:31 +00:00
- Reboot
- Check that cluster is healthy
2019-06-01 14:02:49 +00:00