mirror of
https://github.com/MatteZ02/infra.git
synced 2024-11-12 22:00:19 +00:00
5 lines
226 B
Bash
5 lines
226 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo -n "$CERTBOT_VALIDATION" > /root/nginx/html/.well-known/acme-challenge/$CERTBOT_TOKEN
|
||
|
/opt/ansible/bin/ansible-pull -U ssh://git@github.com/MatteZ02/mpp-ansible --private-key ~/.ssh/id_rsa tasks.yml -t nginx
|