0
0
ssh-key-rotation-role/defaults/main.yml
Thomas Nyambati 25294d025f ft(readme): modify readme
- add sample usage
- add description of the role
- add licence of the role
2017-02-16 19:12:37 +03:00

12 lines
291 B
YAML

---
# defaugalts file for ssh-key-rotation
is_exclusive: no
should_manage_dir: no
authorized_keys_path: '{{ ansible_env.HOME }}/.ssh/authorized_keys'
passphrase: 83g!8bfu5M5yy84x
ssh_key_bits: 2048
ssh_key_comment: domain@example.com
ssh_host_user: vagrant
ssh_key_path: ".ssh/new-ssh-key"