Remove ansible (since in homelab)

main
Rob Muhlestein 2 years ago
parent 4e259b818a
commit 2ba7362f74

@ -1,5 +0,0 @@
# Ansible Inventory for Personal Stuff
This is just for my homelab personal inventory stuff. The playbooks that
I use are in https://github.com/rwxrob/ansible where I can re-use them
for other things besides homelab stuff as well.

@ -1,4 +0,0 @@
192.168.1.101
192.168.1.102
192.168.1.103

@ -1,12 +0,0 @@
#!/usr/bin/env bash
## This assumes you have the following in your .bashrc:
## export ANSIBLE_INVENTORY="$HOME/.config/ansible/hosts"
if ! command -v ansible; then
echo "Ansible isn't installed. Skipping."
exit 1
fi
mkdir -p $HOME/.config/ansible
ln -sf "$PWD/hosts" "$HOME/.config/ansible/hosts"
Loading…
Cancel
Save