Merge branch 'master' into development

This commit is contained in:
Sonny Bakker 2020-09-02 21:10:53 +02:00
commit 84802fd48b

View file

@ -10,6 +10,7 @@ deploy:
- pip install ansible --quiet - pip install ansible --quiet
- git clone https://git.fudiggity.nl/sonny/ansible-playbooks.git deployment - git clone https://git.fudiggity.nl/sonny/ansible-playbooks.git deployment
- mkdir /root/.ssh && echo "$DEPLOY_HOST_KEY" > /root/.ssh/known_hosts - mkdir /root/.ssh && echo "$DEPLOY_HOST_KEY" > /root/.ssh/known_hosts
- echo $VAULT_PASSWORD > deployment/vault
script: script:
- > - >
ansible-playbook deployment/playbook.yml ansible-playbook deployment/playbook.yml
@ -17,4 +18,4 @@ deploy:
--limit newsreader --limit newsreader
--user ansible --user ansible
--private-key "$DEPLOY_KEY" --private-key "$DEPLOY_KEY"
--vault-password-file "$VAULT_FILE" --vault-password-file deployment/vault