This project requires some basic system-dependent setup incuding the installation of just and then can be initiated with just setup
. All configs including the list of libraries that will be installed can be adjusted in vars/default_config.yaml
- Clone or download this repo.
- Install homebrew
- Install just, using
brew install just
- Run the ansible playbook via:
just setup
- This will create a python virtual environment using the system python, and install ansible
- And then run the playbook
- Clone or download this repo.
- Install just, using
sudo apt install just
- Add the current user to the sudoers file with
sudo visudo
andusername ALL=(ALL:ALL) NOPASSWD:ALL
. Note that the entry must be appended to the end of the file. - Run the ansible playbook via:
just setup
- This will create a python virtual environment using the system python, and install ansible
- And then run the playbook