Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danpalmer/danpalmer-ansible
Ansible configuration for my VPS.
https://github.com/danpalmer/danpalmer-ansible
Last synced: 25 days ago
JSON representation
Ansible configuration for my VPS.
- Host: GitHub
- URL: https://github.com/danpalmer/danpalmer-ansible
- Owner: danpalmer
- Created: 2014-11-02T17:12:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T12:31:35.000Z (about 7 years ago)
- Last Synced: 2024-04-08T16:59:41.004Z (7 months ago)
- Language: Nginx
- Size: 483 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
danpalmer-ansible
-----------------To run the main Ansible playbook:
```
$ ./run site
```To add a new service:
1. Add its domain and Let's Encrypt compatible nginx configuration.
2. Run playbook to deploy certificates.
3. Add necessary databases manually.
4. Add configuration for the actual service, nginx proxying, etc.