6 lines
99 B
YAML
6 lines
99 B
YAML
- name: Set up network on Scully
|
|
hosts: Scully
|
|
become: true
|
|
roles:
|
|
- common
|
|
- network |