Ansible Rollen für die VM Hosts des Freifunk Regensburg
Go to file
Jan-Jonas Sämann e916da0667 Added role pve-nginx-redirector
roles:
  - pve-nginx-redirector

For a more admin friedly workflow this patch configures nginx to
redirect everything http://:80 and https://:443 to https://:8006 using
pve's own self-signed certificates for https://
2019-01-05 02:38:22 +01:00
roles Added role pve-nginx-redirector 2019-01-05 02:38:22 +01:00
.gitignore Added pve-subscribe role 2019-01-04 21:02:01 +01:00
README.md initial commit 2019-01-04 19:27:04 +01:00
ansible.cfg initial commit 2019-01-04 19:27:04 +01:00
hosts initial commit 2019-01-04 19:27:04 +01:00
site.yml Added pve-subscribe role 2019-01-04 21:02:01 +01:00

README.md

Ansible (VM Host) Freifunk Regensburg

Requirements

The only supported distribution to deploy roles on is Proxmox 5.x.

Running Ansible

To deploy all defined roles on all servers simply run ansible-playbook site.yml.

To deploy only one server run ansible-playbook -l hostname site.yml.