0
0
ssh-key-rotation-role/defaults/main.yml
Thomas Nyambati af016b1ec1 ft(ssh): deployment key
- add capability to add seperate deployment key
- add capability to not generate new key
2017-02-22 15:52:01 +03:00

13 lines
312 B
YAML

---
# defaults 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"
generate_new_key: True