diff options
author | Quentin <quentin@dufour.io> | 2020-11-13 12:37:10 +0100 |
---|---|---|
committer | Quentin <quentin@dufour.io> | 2020-11-13 12:37:10 +0100 |
commit | f14777e1b6a31a1457ca729132ceb24925747366 (patch) | |
tree | d40fc2db6d5f3f4520d9b5a85872c904d24010d6 /os/config/README.md | |
parent | 9981ea02860d4f4782a608490c5d5cf8761b3ed3 (diff) | |
parent | 7e111783fea578b9025ffe02fce652d9af114000 (diff) | |
download | infrastructure-f14777e1b6a31a1457ca729132ceb24925747366.tar.gz infrastructure-f14777e1b6a31a1457ca729132ceb24925747366.zip |
Merge pull request 'ansible-users' (#23) from ansible-users into master
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/deuxfleurs.fr/pulls/23
Diffstat (limited to 'os/config/README.md')
-rw-r--r-- | os/config/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/config/README.md b/os/config/README.md index 62bf252..a1078df 100644 --- a/os/config/README.md +++ b/os/config/README.md @@ -13,7 +13,7 @@ For each machine, **one by one** do: - Check that Consul is healthy - `consul members` - Check that Postgres is healthy - - Run `ansible-playbook -i production.yml --limit <machine> site.yml` + - Run `ansible-playbook -i production.yml --limit <machine> -u <username> site.yml` - Run `nomad node drain -enable -force -self` - Reboot - Run `nomad node drain -self -disable` |