summaryrefslogtreecommitdiff
path: root/tools/dev_env_setup/playbooks/setup_dev_machine.yaml
diff options
context:
space:
mode:
authorSrdjan Grubor <sgnn7@sgnn7.org>2014-01-21 19:30:57 -0800
committerSrdjan Grubor <sgnn7@sgnn7.org>2014-01-21 19:30:57 -0800
commitce5a91b83397d581f0e22fc954329cc09e6608bc (patch)
treead5d497f9e6e57159d7b9ef11126f4a8c1dbee55 /tools/dev_env_setup/playbooks/setup_dev_machine.yaml
parent2b14911667321d895ec3e1b7343fc5dfa85bcfdb (diff)
Cleaned the scripts up to not be split by sudo prefix by using sudo variable per task
[endlessm/eos-sdk#1620]
Diffstat (limited to 'tools/dev_env_setup/playbooks/setup_dev_machine.yaml')
-rw-r--r--tools/dev_env_setup/playbooks/setup_dev_machine.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/dev_env_setup/playbooks/setup_dev_machine.yaml b/tools/dev_env_setup/playbooks/setup_dev_machine.yaml
new file mode 100644
index 0000000..11f0783
--- /dev/null
+++ b/tools/dev_env_setup/playbooks/setup_dev_machine.yaml
@@ -0,0 +1,25 @@
+---
+# 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_tools_root.yaml
+
+ - include: create_eos_app_shortcuts.yaml
+
+ - include: setup_dev_folder.yaml
+
+ - include: setup_default_ssh_key.yaml
+
+ - include: setup_jhbuild.yaml