8 lines
114 B
YAML
8 lines
114 B
YAML
- name: Installing klnagent playbook
|
|
hosts: all
|
|
gather_facts: true
|
|
become:
|
|
true
|
|
roles:
|
|
- klnagent
|