Explorar el Código

Ensure 'shane' user exists.

master
Shane Mc Cormack hace 10 años
padre
commit
279e29a86a
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11
    0
      playbooks/shane-user.yml

+ 11
- 0
playbooks/shane-user.yml Ver fichero

1
+---
2
+# Ensures that an appropriate 'Shane' user is created
3
+
4
+- hosts: dmdirc
5
+  user: root
6
+  tasks:
7
+
8
+  - name: create shane user
9
+    user: name=shane
10
+
11
+  - include: includes/ssh-keys user=shane key_dir=shane

Loading…
Cancelar
Guardar