Instructions:
- Install Ansible
- Install Git
- Provision localhost and configure periodical auto-provisioning (add
--check
for dry run):sudo ansible-pull --url=https://github.com/gseric/workstation.git
During development (from project directory; add --check
for dry run):
sudo ansible-playbook --inventory=hosts local.yml
- Package updates are not managed by this playbook, only their existence.
- Base Ubuntu package repositories should be added manually (through Ubuntu GUI).
- Device drivers are not provisioned since they are hardware dependent.