aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..8f66c73
--- /dev/null
+++ b/README
@@ -0,0 +1,15 @@
+Okay, so this is simple.
+
+1. populate the inventory file with hosts and the username to add like this:
+
+myhost username=myname
+theirhost username=theirname
+theirhost username=myname
+
+2. Add any ssh keys required to the keys directory, one key per file, as myname.pub.
+
+2a. If you want to add a key to all users, stick it in the keys/global/ directory.
+
+3. make
+
+3a. make can take LIMIT= or INVENTORY= arguments