Add skeleton of refresh-frontend-cert

master
Dylan DiGeronimo 2020-04-09 15:59:27 -04:00
parent 8b5a638d7c
commit 6fe1921b25
2 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,7 @@ $ ansible-playbook -i hosts setup-frontend-prod.yml --key-file="/path/to/key/on/
### TODO
1. Complete todos from setup-frontend-prod.yml
2. Complete refresh-frontend-cert.yml
2. Automate installation of Python 3.7 and pip3
3. Create playbook to renew HTTPS cert
4. Setup Ansible Vault to handle keys

View File

@ -0,0 +1,5 @@
- hosts: cce_frontend_prod
tasks:
- name: 'Refresh cert'
become: true
# TODO: Complete