Skip to content

Tinker-Ware/ansible-role-jekyll-build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jekyll site

Build Status Ansible Role

Install Jekyll and setup a site.

Dependencies

This role requires git and therefore includes versioncontrol-utils as a dependency.

Role Variables

Required variables:

  • jekyll_build_git_repo: URL to a git repository containing the site

Recommended variables:

  • jekyll_build_name: The name of the site
  • jekyll_build_sourcedir: Clone the git repository into this directory

Optional variables:

  • jekyll_build_root: The destination directory for the Jekyll output
  • jekyll_build_owner, jekyll_build_group: The system owner and group of jekyll_build_sourcedir and jekyll_build_root, default root:root
  • jekyll_build_git_branch: Git branch
  • jekyll_build_force_git: Remove modified files in the git repository, default False
  • jekyll_build_baseurl: Prefix for the Jekyll site
  • jekyll_build_config: A list of configuration files to use for building

Deprecated variables:

  • jekyll_build_force_rebuild: Force a rebuild even if the git checkout is unchanged, default False (deprecated)

Author Information

[email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%