summaryrefslogtreecommitdiff
path: root/tools/dev_env_setup/playbooks/setup_dev_machine.yaml
blob: e87b8276059b6739b4f8898eadde5772ddea4ec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
# 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: install_eos_dev_package.yaml

    - 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