manala.hugo

#######################################################################################################

:exclamation: DEPRECATION :exclamation:

This repository and the role associated are deprecated.

You can find our other roles in the Manala Ansible Collection. You will find informations on its usage on the collection repository

#######################################################################################################

Ansible Role: Hugo Build Status

:exclamation: Report issues and send Pull Requests in the main Ansible Role repository :exclamation:

This role will deal with the setup of Hugo.

It's part of the Manala Ansible stack but can be used as a stand alone component.

Requirements

This role is made to work with the manala hugo debian package, available on the manala debian repository. Please use the manala.apt role to handle it properly.

manala_apt_preferences:
  - hugo@manala

Dependencies

None.

Installation

Ansible 2+

Using ansible galaxy cli:

ansible-galaxy install manala.hugo

Using ansible galaxy requirements file:

- src: manala.hugo

Role Handlers

None.

Role Variables

Definition

Name Default Type Description
manala_hugo_install_packages ~ Array Dependency packages to install
manala_hugo_install_packages_default ['hugo'] Array Default dependency packages to install

Example playbook

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

Licence

MIT

Author information

Manala (http://www.manala.io/)

About

Handle Hugo

Install
ansible-galaxy install manala.hugo
GitHub repository
License
Unknown
Downloads
182
Owner
Manala is an open source project supported by the french web agency ELAO providing advanced ansible roles for website's infrastructures and far more.