From a4e685a16fa12b75e92bdda46e00e1c801276538 Mon Sep 17 00:00:00 2001 From: Sergey Antropoff Date: Mon, 17 Mar 2025 14:30:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D1=87=D0=B8=D1=81=D1=82=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B8=D0=BD=D0=B2?= =?UTF-8?q?=D0=B5=D0=BD=D1=82=D0=BE=D1=80=D0=B8=20=D0=B8=20=D1=81=C3=90?= =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20=D0=B8=D0=BD=D0=B8?= =?UTF-8?q?=C3=91=C3=91=D1=81=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=BE=D0=B3=D0=BE=20=D0=B1=D1=80=D0=B5=D0=BD?= =?UTF-8?q?=D1=87=D0=B0=20=D0=BF=D1=80=D0=B8=20=D0=B8=D0=BD=D0=B8=D1=86?= =?UTF-8?q?=D0=B8=D0=B0=D0=BB=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D0=B8.=20?= =?UTF-8?q?=D0=90=20=D1=82=D0=B0=D0=BA=20=D0=B6=D0=B5=20=D1=83=D0=B1=D1=80?= =?UTF-8?q?=D0=B0=D0=BB=20=D0=B2=20gitlab-ci=20=D0=B2=D0=B5=D1=82=D0=BA?= =?UTF-8?q?=D1=83=20=D1=8C=C3=91master.=20=D0=A7=D1=82=D0=BE=20=D0=B1?= =?UTF-8?q?=D1=8B=20=D0=B4=D0=B5=D0=BF=D0=BB=D0=BE=D0=B8=D0=BB=D0=B8=D1=81?= =?UTF-8?q?=D1=8C=20=D1=82=D0=BE=D0=BB=D1=8C=D0=BA=D0=BE=20=D0=BD=D0=B0?= =?UTF-8?q?=D0=B7=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=B2=D0=B5=D1=82=D0=BE?= =?UTF-8?q?=D0=BA=20=D1=82=D0=B8=D0=BF=D0=B0=20cluster-*?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 5 ++++- gitlab-ci.yml | 1 - inventory/.gitkeep | 0 inventory/hosts | 1 - 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 inventory/.gitkeep diff --git a/Makefile b/Makefile index 7347415..52ca20e 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,10 @@ init: echo "$$VAULT_PASSWORD" > vault-password.txt; \ make vault create - @echo "Шаг 3: Создание новой роли..." + @echo "Шаг 3: Создание нового брэнча в гите..." + @make git new + + @echo "Шаг 4: Создание новой роли..." @make role new #################################################################################################### diff --git a/gitlab-ci.yml b/gitlab-ci.yml index 328732b..1f0b999 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -33,5 +33,4 @@ deploy: - echo "Deploying roles to production..." - $(RUN) bash -c "ansible-playbook /ansible/roles/deploy.yaml" only: - - master - /^cluster-.*$/ diff --git a/inventory/.gitkeep b/inventory/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/inventory/hosts b/inventory/hosts index 6e8b241..a4a29bb 100644 --- a/inventory/hosts +++ b/inventory/hosts @@ -1,2 +1 @@ [all] -10.14.246.9 \ No newline at end of file