Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adelq/ansible-role-ghost
Ansible Role for Ghost - Just a blogging platform - http://ghost.org/
https://github.com/adelq/ansible-role-ghost
Last synced: about 6 hours ago
JSON representation
Ansible Role for Ghost - Just a blogging platform - http://ghost.org/
- Host: GitHub
- URL: https://github.com/adelq/ansible-role-ghost
- Owner: adelq
- License: mit
- Created: 2014-10-21T17:32:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T17:17:01.000Z (almost 10 years ago)
- Last Synced: 2023-03-12T05:18:18.559Z (over 1 year ago)
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: Ghost
## Requirements
Requires Node.js (via the NodeSource PPA).
## Role Variables
Available variables are listed below, along with their default values:
ghost_user: ghost
ghost_user_home: /home/ghostThe user and home under which Ghost will be run and installed.
ghost_binary_url: https://ghost.org/zip/ghost-0.5.3.zip
Download URL for the Ghost zip.
ghost_http_port: "5000"
HTTP port over which Ghost will be accessed.
## Dependencies
None.
## Example Playbook
- hosts: servers
vars_files:
- vars/main.yml*Inside `vars/main.yml`*:
ghost_http_port: "80"
## License
MIT
## Author Information
This role was created in 2014 by [Adel Qalieh](https://github.com/adelq/).