Skip to content

Commit

Permalink
Homework 9.fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasiliy Motchenko committed Nov 23, 2023
1 parent 0f66f9e commit 742354a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ c0zak Infra repository
В связке с пакером пришлось запретить использование прокси, иначе не работал хендшейк, RSA/SHA-1 уже deprecated в OpenSSH, а прокся походу свежий билд юзает.
Глянуть можно тут: https://github.com/hashicorp/packer-plugin-ansible/issues/69
По итогу всё собралось и работает.
Но тесты ясен пень это прожевать не могут,

Доп. задание:

Expand Down
6 changes: 3 additions & 3 deletions packer/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"provisioners": [
{
"type": "ansible",
"playbook_file": "ansible/packer_app.yml",
"user": "ubuntu",
"use_proxy": false
"playbook_file": "ansible/packer_app.yml"
// "user": "ubuntu",
// "use_proxy": false
}
]
}
6 changes: 3 additions & 3 deletions packer/db.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"provisioners": [
{
"type": "ansible",
"playbook_file": "ansible/packer_db.yml",
"user": "ubuntu",
"use_proxy": false
"playbook_file": "ansible/packer_db.yml"
// "user": "ubuntu",
// "use_proxy": false
}
]
}

0 comments on commit 742354a

Please sign in to comment.