dots/ansible
2022-12-19 11:27:13 -05:00
..
ansible_hosts.yaml Add tart to server list 2022-06-27 09:37:52 -04:00
carbonbean.yaml Install TeamViewer 2022-12-19 11:27:13 -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