7 lines
83 B
YAML
7 lines
83 B
YAML
---
|
|
- name: Install PKI
|
|
hosts: localhost
|
|
user: root
|
|
roles:
|
|
- role: "pki"
|