9 lines
126 B
YAML
9 lines
126 B
YAML
- name: Install FRITA FOG Server
|
|
hosts: all
|
|
become: true
|
|
vars_files:
|
|
- vars/fog.yml
|
|
roles:
|
|
- common
|
|
- fog
|