aboutsummaryrefslogtreecommitdiff
path: root/install.yaml
blob: fbefaae7cc758c077b2ec713fed8242f073b2c0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- name: System Configuration
  hosts: localhost
  gather_facts: false
  connection: local
  vars:
  tasks:
    - name: Startup
      debug:
        msg: Starting system setup
    - name: Package Management 
      include_role:
        name: "src/packages"
    - name: Configs Setup
      include_role:
        name: "src/config"
    - name: System setup
      include_role:
        name: "src/system"