Skip to content

Install hugo on Linux with Ansible Galaxy

Valera edited this page Oct 19, 2015 · 3 revisions

Installation

I created Ansible Galaxy Hugo role (Please star it ;)). So you need install it: ansible-galaxy install weldpua2008.hugo you create an inventory static-web-servers: localhost connection=local and playbook hugo.yml

Playbook hugo.yml

- hosts: static-web-servers roles: - { role: weldpua2008.hugo, hugo_version: "0.14" }

What is Ansible?

Ansible is a radically simple IT automation engine that automates cloud provisioning, configuration management, application deployment, intra-service orchestration, and many other IT needs.