Browse Source

Add a playbook for root ssh keys on DMDirc servers

pull/1/head
Chris Smith 10 years ago
parent
commit
f0441405b2
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      playbooks/dmdirc-root.yml

+ 10
- 0
playbooks/dmdirc-root.yml View File

@@ -0,0 +1,10 @@
1
+---
2
+# Adds SSH keys for root access
3
+
4
+- hosts: dmdirc
5
+  user: root
6
+  tasks:
7
+
8
+  - include: includes/ssh-keys user=root type=root key_dir=chris
9
+  - include: includes/ssh-keys user=root type=root key_dir=greg
10
+  - include: includes/ssh-keys user=root type=root key_dir=shane

Loading…
Cancel
Save