default value for a public key #54

This commit is contained in:
Evgeniy Ivanov 2016-08-17 23:38:34 +03:00
parent 263c3ac89d
commit 08145447b3
2 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@
- name: "ssh_public_key" - name: "ssh_public_key"
prompt: "Enter the local path to your SSH public key (ex: ~/.ssh/id_rsa.pub):\n" prompt: "Enter the local path to your SSH public key (ex: ~/.ssh/id_rsa.pub):\n"
default: "~/.ssh/id_rsa.pub"
private: no private: no
- name: "dns_enabled" - name: "dns_enabled"

View File

@ -25,6 +25,7 @@
- name: "ssh_public_key" - name: "ssh_public_key"
prompt: "Enter the local path to your SSH public key [ex: ~/.ssh/id_rsa.pub] :\n" prompt: "Enter the local path to your SSH public key [ex: ~/.ssh/id_rsa.pub] :\n"
default: "~/.ssh/id_rsa.pub"
private: no private: no
- name: "zone" - name: "zone"