@black3dynamite said in Ansible role for GRAV:

@stacksofplates said in Ansible role for GRAV:

I think the coolest thing about it is being a flat file setup, you can check the whole CMS into Git and do all of your edits and updates through configuration management.

So I would just have create a new repo from within the root directory?

Well I was thinking more update the site, make page changes, etc on my local repo. Push changes up to my repo in Gitlab/Github whatever and then have a post-receive hook that pushes changes to the web server.