From 192d6e741d73b51ac375cd0bc7f077be1de1ad5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BE=D0=BB=D0=BE=D0=B2=D1=8C=D0=B5=D0=B2=20=D0=A0?= =?UTF-8?q?=D1=83=D1=81=D0=BB=D0=B0=D0=BD?= Date: Mon, 17 Aug 2026 03:39:56 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=20README.md=20=D0=B8=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + README.md | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 04d4b78..83a9025 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ id_ed25519_simbirkey id_ed25519_simbirkey.pub +secrets.yaml diff --git a/README.md b/README.md index 5237c64..5ee95a3 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,12 @@ ansible_password: "superpass123" ansible_become_password: "superpass123" ``` +Или скопируйте пример: + +```sh +cp secrets.example.yaml secrets.yaml +``` + Далее можно зашифровать этот файл: ```sh @@ -99,7 +105,7 @@ ansible-playbook -i hosts.yaml playbook.yaml **HTTPS** -![Страница Hello DevOps world по HTTP](./docs/screenshots/safari-ругается.jpeg) +![Страница Hello DevOps world по HTTPS с самоподписанным сертификатом](./docs/screenshots/safari-ругается.jpeg) ---