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