Skip to content

ElaoInfra/ansible-role-hugo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Hugo

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.

Requirements

  • Ansible 1.7.2+

Dependencies

Installation

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 }

Role Variables

Name Default Type Description
elao_hugo_version 0.14 String Hugo version

Example playbook

- hosts: servers
  roles:
     - { role: elao.hugo }

Licence

MIT

Author information

ELAO (http://www.elao.com/)

About

This role will assume the setup the static site generator: Hugo (http://gohugo.io/)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published