From 47073d438e4482b319d6ddf68ae8b4e0024148bc Mon Sep 17 00:00:00 2001 From: Caleb Fultz Date: Fri, 12 Jul 2024 15:11:02 -0400 Subject: [PATCH] running commands lesson --- running-commands/ansible.cfg | 5 +++++ running-commands/inventory | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 running-commands/ansible.cfg create mode 100644 running-commands/inventory diff --git a/running-commands/ansible.cfg b/running-commands/ansible.cfg new file mode 100644 index 0000000..0056832 --- /dev/null +++ b/running-commands/ansible.cfg @@ -0,0 +1,5 @@ +[defaults] +inventory = inventory +private_key_file = ~/.ssh/hetzner + + diff --git a/running-commands/inventory b/running-commands/inventory new file mode 100644 index 0000000..581ac69 --- /dev/null +++ b/running-commands/inventory @@ -0,0 +1,4 @@ +10.0.0.5 +10.0.0.7 +10.0.0.8 +10.0.0.11