matrix-docker-ansible-deploy/readme.org

13 lines
489 B
Org Mode
Raw Normal View History

2020-07-28 23:18:33 +00:00
* my personal notes for deploying
** setup
- create a file in ~inventory~ called ~hosts~
#+BEGIN_SRC text
[matrix_servers]
matrix.awful.club
#+END_SRC
- make sure you have the proper gpg key on your file system ( since we are using the "open the vault" method of protecting our passwords here)
** common scripts:
~ansible-playbook -i inventory/hosts matrix-docker-ansible-deploy/setup.yml --tags=setup-all,start~
- this will upgrade your configured matrix things.