title | created |
---|---|
Ansible |
2023-12-17, 3:07:14 am |
This repository contains a collection of Ansible playbooks and roles that I use to manage my personal infrastructure.
Variable | Description | Default |
---|---|---|
upgrade |
upgrade packages | false |
packages |
install packages | [] |
check_hashicorp |
check if hashicorp packages can be updated | false |
upgrade_hashicorp |
upgrade hashicorp packages | false |
ansible-playbook -i hosts playbooks/apt-update.yaml
ansible-playbook -i hosts playbooks/install-hashicorp.yaml