mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Add bootstrapping docs
This commit is contained in:
parent
8850d2c6ef
commit
c57aec855e
1 changed files with 13 additions and 0 deletions
13
ansible/README.md
Normal file
13
ansible/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Ansible Bootstrapping
|
||||
|
||||
Temporary docs for Ansible as I work things out.
|
||||
|
||||
```bash
|
||||
/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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue