Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skorupcia/digitalocean_https_cert
DigitalOcean Website with HTTPS certificate
https://github.com/skorupcia/digitalocean_https_cert
ansible digitalocean https https-certificate ubuntu
Last synced: 21 days ago
JSON representation
DigitalOcean Website with HTTPS certificate
- Host: GitHub
- URL: https://github.com/skorupcia/digitalocean_https_cert
- Owner: skorupcia
- Created: 2024-02-29T16:56:53.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-02T17:52:37.000Z (10 months ago)
- Last Synced: 2024-03-02T18:45:19.374Z (10 months ago)
- Topics: ansible, digitalocean, https, https-certificate, ubuntu
- Language: Jinja
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NOT_COMPLETED DigitalOcean Website with HTTPS certificate
## Specifications
macOS: Sonoma 14.2.1
Ubuntu: ubuntu-20-04-x64
## INSTRUCTIONS
1. Add your machine SSH to DigitalOcean account
2. Create API token and add to your DigitalOcean project
3. Update vars files to your personal preferences
a) Update u_token in vars/keys.yml (api_token)
b) Update u_ssh in vars/keys.yml (ssh fingerprint)c) Update domain / user preferences in inventory and vars/main.yml
d) Update file location of hosts_dest in vars/keys
## Droplet Delete
If you would like to delete droplets, simply switch state of "Provision Digitalocean droplets" from PRESENT to ABSENT and run playbook.
## Links
https://github.com/geerlingguy/ansible-for-devops/tree/master/lamp-infrastructure
2nd edition of Ansible for DevOps Jeff Geerling