aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNathan Lasseter <Nathan Lasseter nathan@bytemark.co.uk>2015-03-12 15:01:06 +0000
committerNathan Lasseter <Nathan Lasseter nathan@bytemark.co.uk>2015-03-12 15:01:06 +0000
commit0cc3c651aac4ebcee5ce9f9f36cc23863b8d753c (patch)
tree2de79185f5d689ca7407ff2e3c8cb3b556b58fbd /README
Initial commit
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