9 lines
152 B
YAML
9 lines
152 B
YAML
---
|
|
- hosts: localhost
|
|
gather_facts: no
|
|
tasks:
|
|
- shell: "wg genkey | tee wg.priv | wg pubkey | tee wg.pub"
|
|
args:
|
|
creates: wg.pub
|
|
|