Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.33 KB

readme.md

File metadata and controls

39 lines (27 loc) · 1.33 KB

MT-Mods infrastructure repo

deploy validate

Currently contains:

Provisioning/Editing

Editing the secret config

  • Prerequisites: ansible

Edit on the command-line (keep the vault-password ready):

ansible-vault edit host_vars/all.yml

Provision

To provision the compose-file in this repo you need:

  • Locally installed ansible
  • Authorized SSH-Access in the target(s) from the hosts file
  • The vault-password (in the discord #staff-links channel or ping up @BuckarooBanzay)

To provision everything:

ansible-playbook -i hosts --ask-vault-pass deploy.yml

Links