Skip to content

Commit

Permalink
ci: Add playbook-runner host
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Aug 22, 2024
1 parent a796858 commit a60884f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ all:
nfs_media:
hosts:
130.246.213.186:
# The Cluster's Ansible PLaybook runner
playbook-runner:
hosts:
192.168.253.21:
2 changes: 1 addition & 1 deletion site-check-no-rofs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# You can use delete_failed_pods to also delete Pods that fail.

- hosts: 130.246.215.42
- hosts: playbook-runner
gather_facts: False

Check failure on line 11 in site-check-no-rofs.yaml

View workflow job for this annotation

GitHub Actions / build (3.11)

11:17 [truthy] truthy value should be one of [false, no, true, yes]
tasks:
- include_role:
Expand Down

0 comments on commit a60884f

Please sign in to comment.