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.

18 lines
689 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)
- Make sure you've got the posix ansible collection installed: ~ansible-galaxy collection install ansible.posix~
** common scripts: ~ansible-playbook -i inventory/hosts matrix-docker-ansible-deploy/setup.yml --tags=setup-all,start~
- this will upgrade your configured matrix things.
** rekeying the gpg thing
- make sure you know the ansible vault password
-