Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 904 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 904 Bytes
title created
Ansible
2023-12-17, 3:07:14 am

Ansible

Description

This repository contains a collection of Ansible playbooks and roles that I use to manage my personal infrastructure.

Usage

apt-update.yaml

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

Example

ansible-playbook -i hosts playbooks/apt-update.yaml

install-hashicorp.yaml

Example

ansible-playbook -i hosts playbooks/install-hashicorp.yaml