cb_parser/ansible/system.yaml
2019-05-01 18:38:02 +03:00

8 lines
203 B
YAML

---
- hosts: all
gather_facts: no
tasks:
- name: Read SSH public key
slurp: src=~/.ssh/id_rsa_do.pub
register: public_key
# debug: msg="{{ public_key['content'] | b64decode }}"