Skip to content

Commit

Permalink
ansible-2 v3
Browse files Browse the repository at this point in the history
  • Loading branch information
aeivanov committed Mar 27, 2024
1 parent 16f0527 commit 1003aab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
packer/variables.json
packer/files/key.json
packer/key.json
*.tfstate
*.tfstate.*.backup
*.tfstate.backup
Expand Down
8 changes: 8 additions & 0 deletions packer/files/key.json.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "**********1*********",
"service_account_id": "*********j**********",
"created_at": "2023-12-07T20:04:07.729402726Z",
"key_algorithm": "RSA_2048",
"public_key": "-----BEGIN PUBLIC KEY-----\n***************************************\n-----END PUBLIC KEY-----\n",
"private_key": "**********************************************************************************************"
}
2 changes: 1 addition & 1 deletion packer/variables.json.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"key": "key.json",
"key": "packer/files/key.json.example",
"fid": "abcde",
"image": "ubuntu-1604-lts"
}

0 comments on commit 1003aab

Please sign in to comment.