summaryrefslogtreecommitdiff
path: root/ansible/playbooks/setup_dev_machine_root.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/playbooks/setup_dev_machine_root.yaml')
-rw-r--r--ansible/playbooks/setup_dev_machine_root.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/ansible/playbooks/setup_dev_machine_root.yaml b/ansible/playbooks/setup_dev_machine_root.yaml
new file mode 100644
index 0000000..8a6f5df
--- /dev/null
+++ b/ansible/playbooks/setup_dev_machine_root.yaml
@@ -0,0 +1,17 @@
+---
+# 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:
+ - include: setup_other_tools.yaml