This branch is 113 commits behind fsfe-system-hackers/webserver:master

dev docs

prepare for development/deployment

ssh config

This is the config-snippet has to be added to your ~/.ssh/config.

Host bunsen.fsfeurope.org
    Hostname bunsen.fsfeurope.org
    IdentityFile ~/.ssh/id_rsa
    User root
    UserKnownHostsFile ~/.ssh/known_hosts_fsfeurope

run/update webserver deployment

ansible-playbook -i bunsen.fsfeurope.org, bunsenApache2Deploy.yaml
Description
Ansible scripts to deploy bunsen.fsfeurope.org, the webserver for fsfe.org
Readme 487 KiB
Languages
ApacheConf 100%