We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524fa19 commit 0fd0bf7Copy full SHA for 0fd0bf7
1 file changed
README.md
@@ -206,6 +206,10 @@ docker exec -t greenlight_db_1 \
206
pg_dumpall -c -U postgres > /root/greenlight_`date +%d-%m-%Y"_"%H_%M_%S`.sql
207
```
208
209
+### Reboot all servers
210
+
211
+`ansible all -m reboot -i inventory/production --become`
212
213
### Docs
214
215
- [Ansible Documentation: Playbook Filters](https://docs.ansible.com/ansible/latest/user_guide/playbooks_filters.html)
0 commit comments