You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
README.md | 2 years ago | |
apt.yml | 2 years ago | |
base16-outrun-dark-256.sh | 2 years ago | |
bitwarden.yml | 2 years ago | |
chezmoi.yml | 2 years ago | |
cloud-tools.yml | 2 years ago | |
dnf.yml | 2 years ago | |
freebsd-inventory.yml | 2 years ago | |
gnome.yml | 2 years ago | |
go.yml | 2 years ago | |
homedir.yml | 2 years ago | |
linux-inventory.yml | 2 years ago | |
localdev.yml | 2 years ago | |
oil-shell.yml | 2 years ago | |
pkg.yml | 2 years ago | |
playbook-Linux.sh | 2 years ago | |
playbook.sh | 2 years ago | |
road-grey.sh | 2 years ago | |
rust.yml | 2 years ago |
README.md
FreeBSD
# as root
pkg install py37-ansible python3 sudo bash
visudo # allow user to sudo without password
# as your user
ansible-galaxy collection install community.general
./playbook.sh
Fedora
sudo visudo # allow user to sudo without password
sudo dnf install -y ansible ansible-collection-general
./playbook.sh
All operating systems
bw server https://bitwarden.penguincoder.org
bw login
# configure `BW_SESSION`
chezmoi init ssh://git@git.penguincoder.org:2222/penguincoder/dotfiles.git
chezmoi apply