ansible-collection-famedly-.../roles/ghost
Johanna Dorothea Reichmann 13433ccb45
chore: add CODEOWNERS
2021-09-07 08:58:25 +02:00
..
defaults feat(ghost): add ghost ansible role 2020-09-03 14:59:41 +02:00
handlers feat(ghost): add ghost ansible role 2020-09-03 14:59:41 +02:00
meta feat(ghost): add ghost ansible role 2020-09-03 14:59:41 +02:00
tasks feat(ghost): add ghost ansible role 2020-09-03 14:59:41 +02:00
templates feat(ghost): add ghost ansible role 2020-09-03 14:59:41 +02:00
tests feat(ghost): add ghost ansible role 2020-09-03 14:59:41 +02:00
.travis.yml feat(ghost): add ghost ansible role 2020-09-03 14:59:41 +02:00
LICENSE feat(ghost): add ghost ansible role 2020-09-03 14:59:41 +02:00
README.md feat(ghost): add ghost ansible role 2020-09-03 14:59:41 +02:00

Role Name

Role installs a Ghost blog engine in Docker container

Requirements

Target host should have Docker container engine running

Role Variables

Please check default variables.

You can add your email config as follows:

blog_env_extra: 
  mail__transport: SMTP
  mail__from: "'Example Blog' <info@example.com>"
  mail__options__host: 127.0.0.1
  mail__options__port: 2525
blog_container_labels: {}

License

MIT

Author Information

Brought to you by AboveOps team