Compare commits

...

2 Commits

Author SHA1 Message Date
Gleb Koval 54d26948bd
delete wait connection to localhost
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 7m38s Details
2023-09-06 01:11:31 +01:00
Gleb Koval 46de0b3d0f
Revert "debug infra workflow"
This reverts commit f447e9e77e.
2023-09-06 01:10:26 +01:00
2 changed files with 1 additions and 10 deletions

View File

@ -66,8 +66,6 @@ jobs:
mkdir -p -m 700 ~/.ssh
echo "${{ secrets.SSH_PRIVATE }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
cat ~/.ssh/id_rsa | wc -c
cat ~/.ssh/id_rsa | wc -l
- name: Run playbooks
if: env.DEPLOY != 'none' && steps.playbooks.outputs.to_run != ''

View File

@ -5,19 +5,12 @@
- name: Debug
ansible.builtin.debug:
msg: "{{ inventory_hostname }}"
- name: Wut
ansible.builtin.shell: |
apt update
apt install -y iputils-ping
ping -c 5 {{ inventory_hostname }}
args:
executable: /bin/bash
delegate_to: localhost
- name: Wait for connection
ansible.builtin.wait_for:
host: "{{ inventory_hostname }}"
port: 22
timeout: 300
delegate_to: localhost
- name: Test some stuff
ansible.builtin.shell: |
touch ~/hmm