Changeset - 955d4a31a0b0
[Not reviewed]
0 1 1
Branko Majic (branko) - 9 years ago 2015-09-22 15:57:13
branko@majic.rs
MAR-19: Make the ansible_key var for bootstrap role optional.
2 files changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/rolereference.rst
Show inline comments
 
@@ -187,7 +187,7 @@ The role implements the following:
 
Parameters
 
~~~~~~~~~~
 

	
 
**ansible_key** (string, mandatory)
 
**ansible_key** (string, optional, ``{{ lookup('file', '~/.ssh/id_rsa.pub') }}``)
 
  SSH public key that should be deployed to authorized_keys truststore for
 
  operating system user ``ansible``.
 

	
roles/bootstrap/defaults/main.yml
Show inline comments
 
new file 100644
 
---
 

	
 
ansible_key: "{{ lookup('file', '~/.ssh/id_rsa.pub') }}"
 
\ No newline at end of file
0 comments (0 inline, 0 general)