Skip to content

Commit

Permalink
No more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Dec 2, 2021
1 parent 0874286 commit ec9f6e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
env:
NSUPDATE_SECRET: ${{ secrets.NSUPDATE_SECRET }}
run: |
curl -u "horizon.vm.fedcloud.eu.:$NSUPDATE_SECRET" \
curl -u "horizon.vm.fedcloud.eu:$NSUPDATE_SECRET" \
"https://nsupdate.fedcloud.eu/nic/update?myip=${{ steps.public_ip.outputs.stdout }}"
- name: Configure with ansible
# if: github.ref == 'refs/heads/main' && github.event_name == 'push'
Expand Down
11 changes: 2 additions & 9 deletions playbook.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
---
- hosts: all
gather_facts: no
tasks:
- name: Wait for ssh
# give it some time as the VM may take a while to start
wait_for_connection:
delay: 60
delay: 30
timeout: 600

- hosts: all
become: yes
gather_facts: yes
tasks:
- name: Test reload
ansible.builtin.systemd:
daemon_reload: yes

- hosts: all
become: yes
gather_facts: yes
Expand Down

0 comments on commit ec9f6e9

Please sign in to comment.