lriley2020 / homelab-ansible

An Ansible project to speed up provisioning my servers

Home Page:https://liamriley.me

Repository from Github https://github.comlriley2020/homelab-ansibleRepository from Github https://github.comlriley2020/homelab-ansible

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

An Ansible project to speed up provisioning my servers

https://liamriley.me


Languages

Language:YAML 57.1%Language:Shell 42.9%