Skip to content

Ansible tasks and playbooks to automate the deployment of my homelab software stack

Notifications You must be signed in to change notification settings

lriley2020/homelab-ansible

Repository files navigation

homelab-ansible

(part of) my homelab in ansible form!

This repo contains my efforts to learn IaC with Ansible

Command snippets

Ping production hosts: ansible all -m ping -i production-inventory

Run on staging playbook: ansible-playbook -i staging-inventory site.yml

Run on production playbook: ansible-playbook -i production-inventory site.yml

Run on production playbook, but skip all except specified host: ansible-playbook -i production-inventory site.yml --limit "pve"

About

Ansible tasks and playbooks to automate the deployment of my homelab software stack

Topics

Resources

Stars

Watchers

Forks