Skip to content

moukoublen/home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home infrastructure

Home infrastructure scripts

Ansible

Everything of the above needs to be run inside ansible directory. cd ansible

Create and activate virtual env (optional)

python3 -m venv --clear ~/python-env
source ~/python-env/bin/activate
pip install -U pip setuptools wheel # Optionally

Install ansible and tools

pip install -U ansible-core ansible ansible-lint ansible-navigator

Install ansible collections and roles

./bin/install-ansible-lib

Run ansible playbooks

# e.g.
./bin/ansible-playbook init.yml
./bin/ansible-playbook node-exporter.yml
./bin/ansible-playbook docker.yml

About

Home raspberrypi (and more) configurations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages