Ansible project used for my production server for https://openpunk.com
Go to file
2022-05-30 19:32:24 -05:00
group_vars Inital commit 2022-05-30 10:46:36 -05:00
tasks Added blog cron job, setup zsh & powerlevel10k theme 2022-05-30 19:32:24 -05:00
templates Added blog cron job, setup zsh & powerlevel10k theme 2022-05-30 19:32:24 -05:00
.gitignore Inital commit 2022-05-30 10:46:36 -05:00
README.md Added blog cron job, setup zsh & powerlevel10k theme 2022-05-30 19:32:24 -05:00
run.yml Inital commit 2022-05-30 10:46:36 -05:00

OpenPunk's ansible recovery

This is my failsafe (and also my helpful migration tool) for restoring the OpenPunk server. This handles setting everything back up, including:

  • gitea
  • blog
  • nginx
  • tor mirror

Usage

ansible-playbook -i hosts --ask-vault-pass run.yml

NOTE: The 'secrets' directory has been omitted from the repo

Example hosts file

[hosts]
openpunk-vps ansible_host=104.238.138.76 ansible_user=root ansible_connection=ssh