dots/legacy/.bundle/ansible
2023-09-14 00:01:31 -04:00
..
ansible_hosts.yaml Update repo structure as part of nixification 2023-09-14 00:01:31 -04:00
bigboy.yaml Update repo structure as part of nixification 2023-09-14 00:01:31 -04:00
blue-rock.yaml Update repo structure as part of nixification 2023-09-14 00:01:31 -04:00
carbonbean.yaml Update repo structure as part of nixification 2023-09-14 00:01:31 -04:00
README.md Update repo structure as part of nixification 2023-09-14 00:01:31 -04:00
server-zsh.yaml Update repo structure as part of nixification 2023-09-14 00:01:31 -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