Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 428 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 428 Bytes
  1. Setup inventory. Either just use local host or add in other machines, VMs, whatever.
  2. Ensure home_directory is set to know where to put various bits.
  3. ansible-playbook -i inventory playbooks/setup-dev-env.yaml

bootstrap.sh gets localhost running from nothing. It installs ansible and uses ansible-galaxy to ensure the needed external Ansible modules are included.

sudo is used to install packages and global depends.