summaryrefslogtreecommitdiff
path: root/ansible/playbooks/kill_shell.yaml
diff options
context:
space:
mode:
authorSrdjan Grubor <sgnn7@sgnn7.org>2014-01-16 17:41:29 -0600
committerSrdjan Grubor <sgnn7@sgnn7.org>2014-01-16 21:46:33 -0600
commite4bbb0f1dbc5bf838a542e57f69f4905f664d8ba (patch)
tree4a82176aa296109c7c5e00d89dc0070bd421d8de /ansible/playbooks/kill_shell.yaml
parente72fbbc70cf4cca953bc06d0c03037ce4d228ab4 (diff)
Added dev folder to desktop icons
Diffstat (limited to 'ansible/playbooks/kill_shell.yaml')
-rw-r--r--ansible/playbooks/kill_shell.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/ansible/playbooks/kill_shell.yaml b/ansible/playbooks/kill_shell.yaml
new file mode 100644
index 0000000..408caa6
--- /dev/null
+++ b/ansible/playbooks/kill_shell.yaml
@@ -0,0 +1,18 @@
+---
+# vim:ff=unix ts=2 sw=2 ai expandtab
+
+###
+# Notice the minus on the line below -- this starts the playbook's record
+# in the YAML document. Only one playbook is allowed per YAML file. Indent
+# the body of the playbook.
+-
+ hosts: dev_machine
+
+ sudo: True
+
+ vars_files:
+ - "../default_variables.yaml"
+
+ tasks:
+ - name: "Setting default personality"
+ service: name=gdm state=restarted