From 9a2a047bf7f9856470d39a52cf2eee48515cc9c2 Mon Sep 17 00:00:00 2001 From: Ales Krenek Date: Mon, 8 Apr 2024 14:11:15 +0200 Subject: [PATCH] x28 --- .github/actions/deploy-common/action.yaml | 2 +- hosts | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 hosts diff --git a/.github/actions/deploy-common/action.yaml b/.github/actions/deploy-common/action.yaml index 33c79c1..cde36e2 100644 --- a/.github/actions/deploy-common/action.yaml +++ b/.github/actions/deploy-common/action.yaml @@ -40,7 +40,7 @@ runs: - name: Hosts file shell: bash run: | - cat <hosts [galaxyservers] ${{ inputs.destination }} ansible_user=debian [dbservers:children] diff --git a/hosts b/hosts deleted file mode 100644 index 20f29fa..0000000 --- a/hosts +++ /dev/null @@ -1,9 +0,0 @@ -[galaxyservers] -usegalaxy.cz ansible_connection=local ansible_user=debian -[dbservers:children] -galaxyservers -[monitoring] -usegalaxy.cz ansible_connection=local ansible_user=debian -[sentryservers] -usegalaxy.cz ansible_connection=local ansible_user=debian -