Skip to content

Ansible config for a local dev machine.

Notifications You must be signed in to change notification settings

muccg/ansible-ccgdevsetup

Repository files navigation

Ansible playbooks for local dev machine.

Quick and dirty playbooks for dev config.

Install dependencies (only if you want ubuntu python packages!)

./bootstrap.sh

Install ansible (installs using python --user)

./install.sh

Run most common playbooks

$ sudo ./play_common.sh

Run individual playbooks

$ ansible-playbook --ask-become-pass -i inventory packages.yml
$ ansible-playbook --ask-become-pass -i inventory google-chrome.yml
$ ansible-playbook --ask-become-pass -i inventory docker.yml
$ ansible-playbook --ask-become-pass -i inventory firewall.yml

Check top level project directory for other playbooks.

About

Ansible config for a local dev machine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages