You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
489 B

* 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.