9 lines
218 B
YAML
9 lines
218 B
YAML
|
target_host: "deployment_host"
|
||
|
gpg_key_id: "{{ sec_key_id }}"
|
||
|
vault_passphrase: "{{ gpg_passphrase }}"
|
||
|
org_id: ""
|
||
|
location_id: ""
|
||
|
base_domain: ""
|
||
|
support_email: ""
|
||
|
ansible_ssh_extra_args: '-o StrictHostKeyChecking=no'
|