7 lines
80 B
YAML
7 lines
80 B
YAML
- hosts: servers
|
|
gather_facts: true
|
|
become:
|
|
true
|
|
roles:
|
|
- klnagent
|