ansible-collection-famedly-.../roles/ghost/README.md
2020-09-03 14:59:41 +02:00

628 B

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