From ce5a91b83397d581f0e22fc954329cc09e6608bc Mon Sep 17 00:00:00 2001 From: Srdjan Grubor Date: Tue, 21 Jan 2014 19:30:57 -0800 Subject: Cleaned the scripts up to not be split by sudo prefix by using sudo variable per task [endlessm/eos-sdk#1620] --- .../dev_env_setup/playbooks/setup_dev_machine.yaml | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tools/dev_env_setup/playbooks/setup_dev_machine.yaml (limited to 'tools/dev_env_setup/playbooks/setup_dev_machine.yaml') 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 -- cgit v1.2.3