cb_parser/ansible/system.yaml

8 lines
203 B
YAML
Raw Normal View History

2018-09-12 22:29:12 +03:00
---
- 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 }}"