This role will assume the setup of the static site generator Hugo (http://gohugo.io/)
It's part of the ELAO Ansible Stack but can be used as a stand alone component for use case please refer to Manalas project.
- Ansible 1.7.2+
- Golang 1.4.2 (You can use https://github.com/ElaoInfra/ansible-role-apt to install it.)
Using ansible galaxy:
ansible-galaxy install elao.hugo
You can add this role as a dependency for other roles by adding the role to the meta/main.yml file of your own role:
dependencies:
- { role: elao.hugo }
Name | Default | Type | Description |
---|---|---|---|
elao_hugo_version | 0.14 | String | Hugo version |
- hosts: servers
roles:
- { role: elao.hugo }
MIT