d-k-ivanov / ansible-home-arch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible for home command center

Initial setup

  • Clone the repo:
git clone git@github.com:d-k-ivanov/ansible-home.git
cd ansible-home
  • Create Python virtual environment
pyhton3 -m pip install virtualenv
pyhton3 -m virtualenv -p $(which python)
source ./venv/bin/activate
pyhton3 -m pip install -r requirements.txt

About


Languages

Language:Python 71.8%Language:Lua 21.0%Language:Shell 5.6%Language:PowerShell 1.6%