From c0007c491a48a06f947f2dd9ce86cd3c2e45b371 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 31 Aug 2022 12:06:32 +0200 Subject: [PATCH] Add readme.md --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..b0242b5 --- /dev/null +++ b/readme.md @@ -0,0 +1,7 @@ +These are all files for machine management at GJK via Ansible. + +Push your SSH keys to all machines to the `administrator` user. Here is a sample playbook execution. + +``` +ansible-playbook -i hosts -l PoM --key-file ~/.ssh/keys/gjk-ansible -K update.yaml +```