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.

689 B

my personal notes for deploying

setup

  • create a file in inventory called hosts
[matrix_servers]
matrix.awful.club
  • 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