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: 3 months ago
JSON representation

Install the Ghost blogging platform on CentOS

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
```