Skip to content

bfowler/ansible-personal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Boostrap:

sudo apt update
sudo apt install -y git python3-pip python3-venv python3-wheel
git clone https://github.com/bfowler/ansible-personal.git
cd ansible-personal

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

To deploy homelab:

./venv/bin/ansible-playbook -vvi inventory/hosts playbooks/lab.yaml

Credit for these scripts goes to @paulbovbel (https://github.com/paulbovbel/ansible-home.git)

About

personal deployment scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 95.8%
  • Shell 4.2%