History rewrite
This commit is contained in:
9
builds/ansible.pkrvars.hcl.example
Normal file
9
builds/ansible.pkrvars.hcl.example
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
DESCRIPTION:
|
||||
Ansible credential variables used for Linux builds.
|
||||
- Variables are passed to and used by configuration scripts.
|
||||
*/
|
||||
|
||||
// Ansible Credentials
|
||||
ansible_username = "ansible"
|
||||
ansible_key = "<SSH public key for Ansible user goes here>"
|
||||
Reference in New Issue
Block a user