ddvic-server/README.md

681 B

Ddvic server playbooks

Dependencies:

System:

# apt install python3 python3-pip python3-venv

Python:

python3 -m venv .venv
source ./.venv/bin/activate
pip install -r requirements.txt

Ansible (not needed for now):

ansible-galaxy install -r requirements.yml

Start

Files:

  • ./playbooks/files/wireguard/de.conf - Wireguard config should be placed here before running the playbook (basically the peer file for the wireguard
  • inventory - Should be checked if the host is correct one, also the pubkey should be included

Then start the root of repo and execute

ansible-playbook -i inventory deploy_forcad.yml

command.