Logout22 / nebensinn-admin

Scripts for bootstrapping and administration of the nebensinn VPS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nebensinn-admin

Scripts for bootstrapping and administration of the nebensinn VPS

Install

  • Create a Python venv:

    python3 -m venv venv
    source venv/bin/activate
    
  • Create a local inventory file:

    [site]
    domain.com ansible_host=domain.com ansible_port=1234 ansible_user=root ansible_python_interpreter=/usr/bin/python3
    
  • Run Ansible

    ./run_ansible.sh
    

About

Scripts for bootstrapping and administration of the nebensinn VPS

License:GNU General Public License v3.0


Languages

Language:Shell 72.1%Language:Python 23.2%Language:Smarty 4.7%