Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 482 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 482 Bytes

Docker compose and ansible scripts for tei-publisher.com

The ansible scripts and templates in ./ansible are used to create the entire tei-publisher.com website.

To build everything, including acquiring a certificate:

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

Obviously you need to know the password for the vault and have the correct host definition in your ssh config.

Updating the site:

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