A collection of things I use for my homelab Infrastructure as Code
./deploy.sh
:
- Applies Terraform (
./terraform/
) - Checks SSH Connectivity to Hosts (
./inventory.yaml
) - Installs Ansible requirements to this repo (
./requirements.yaml
to./ansible_collections
) - Runs Ansible Playbook (
./playbook.yaml
)