MaXFalstein / ansible-ghost

Install the Ghost blogging platform on CentOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

~/g/ansible-ghost ❯❯❯ ansible-playbook --become --become-method=su --become-user=root --ask-become-pass -i staging deploy.yml

For production / live deployment:

~/g/ansible-ghost ❯❯❯ ansible-playbook --become --become-method=su --become-user=root --ask-become-pass -i production deploy.yml

About

Install the Ghost blogging platform on CentOS