dots/ansible
2023-08-22 08:17:32 -04:00
..
ansible_hosts.yaml Getting a new mac setup 2023-08-15 23:01:09 -04:00
bigboy.yaml Add bigboy, update MS repo setup 2022-10-11 16:37:43 -04:00
blue-rock.yaml Add Vivaldi and update aliases 2023-08-22 08:17:32 -04:00
carbonbean.yaml Merge pull request #255 from genebean/teamviewer 2022-12-20 11:39:08 -05:00
README.md Add bootstrapping docs 2022-08-16 17:14:36 -04:00
server-zsh.yaml Add playbook to setup oh-my-zsh on servers 2022-06-25 16:47:33 -04:00

Ansible Bootstrapping

Temporary docs for Ansible as I work things out.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
export PATH="$HOME/.local/bin:$PATH"
python3 -m pip install --user ansible ansible-lint
ansible-galaxy collection install jonellis.sudoers
ansible-galaxy install gantsign.oh-my-zsh
ansible-galaxy install jack1142.apt_signing_key
ansible-playbook -i ansible/ansible_hosts.yaml --ask-become-pass ansible/carbonbean.yaml --verbose