aboutsummaryrefslogtreecommitdiff
path: root/install.yaml
blob: 407b7726126b87dc25a639eff43d6cd13749db8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
- name: System Configuration
  hosts: localhost
  connection: local
  vars:
    config: "{{ lookup('file','config.yaml') | from_yaml }}"
  tasks:
    - name: Startup
      debug:
        msg: Starting system setup
    - name: Package Management 
      include_role:
        name: "src/packages"