Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkirsche/ansible-ghost
Install the Ghost blogging platform on CentOS
https://github.com/kkirsche/ansible-ghost
Last synced: about 1 month ago
JSON representation
Install the Ghost blogging platform on CentOS
- Host: GitHub
- URL: https://github.com/kkirsche/ansible-ghost
- Owner: kkirsche
- Created: 2016-02-14T21:01:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T21:02:48.000Z (almost 9 years ago)
- Last Synced: 2023-03-15T06:15:39.434Z (almost 2 years ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ghost blogging platform Playbook
This playbook installs and sets up Ghost on remote servers.
## Deployment
Before running the below commands, make sure the correct user account is selected in ./server.yml
For staging / lab deployment:
```shell
~/g/ansible-ghost ❯❯❯ ansible-playbook --become --become-method=su --become-user=root --ask-become-pass -i staging deploy.yml
```For production / live deployment:
```shell
~/g/ansible-ghost ❯❯❯ ansible-playbook --become --become-method=su --become-user=root --ask-become-pass -i production deploy.yml
```