A role to setup a Pelican blog on Vagrant or a live server.
Ansible version 16+ as the ufw module is used.
pelican_env
: directory where virtualenv is installedpelican_themes
: location of pelican themes to be installedweb_root
: root folder for the web serverblog_repo
: repo to clone to create the pelican blog
- hosts: servers
vars:
- pelican_env: /home/user1/pelican/bin/python
- pelican_themes: /home/themes
- web_root: /var/www/mysite/output
- blog_repo: https://github.com/talaniz/ansible-pelican.git
roles:
- talaniz.pelican-vagrant
BSD
E-mail: [email protected] Website: www.antonioalaniz.com