No description
Find a file
2024-07-07 14:35:23 +02:00
defaults add tagcloud 2024-06-26 21:35:04 +02:00
files Fix site name 2024-06-15 08:04:45 +02:00
Playbooks streamlined the repository deployment process; 2024-05-16 18:24:50 +02:00
tasks update grav cache 2024-06-15 08:33:35 +02:00
templates/user/plugins/language-selector change from template to files 2023-08-13 18:44:20 +02:00
.gitignore first commit 2023-05-19 22:18:34 +02:00
LICENSE first commit 2023-05-19 22:18:34 +02:00
README.md streamlined the repository deployment process; 2024-05-16 18:24:50 +02:00
Vagrantfile first commit 2023-05-19 22:18:34 +02:00

Grav - Ansible Role

This role covers deployment, configuration and software updates of Grav. This role is released under MIT Licence and we give no warranty for this piece of software. Currently supported OS - Debian.

The role allows to install grav's modules.

You can deploy test instance using Vagrantfile attached to the role. vagrant up

ansible-playbook -b Playbooks/grav.yml

Then you can then access your website from your computer on https://192.168.33.15:443

You can also add 192.168.33.15 mywebsite.lan to /etc/hosts on your computer. Then you can access your website from your computer on https://mywebsite.lan

Disroot website and Howto

If you want to deploy Disroot website and Howto, go to Playbooks/grav.yml and uncomment #- ../defaults/disroot.yml. Then, run the role again ansible-playbook -b Playbooks/grav.yml.

Edit /etc/hosts on your computer on add:

192.168.33.15 disroot.lan

You can now access Disroot website from your computer on https://disroot.lan.