Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Dec 17, 2024
1 parent 0d7b808 commit bc97e12
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@
roles:
- { role: "backup-offsite", tags: ["bhr11","backup-offsite"] }

- name: "ci-runner"
hosts: "bhr12"
roles:
- { role: "http_apache", tags: ["bhr12","ci-runner"]}
- { role: "ci-runner", tags: ["bhr12","ci-runner"]}

- name: "container infra"
hosts: "container_infra"
vars_files:
Expand Down Expand Up @@ -208,6 +202,12 @@
- { role: "demo-weblogin", tags: ["demo1","demo-weblogin"] }
- { role: "demo-wordpress", tags: ["demo1","demo-wordpress"] }

- name: "ci-runner"
hosts: "bhr12"
roles:
- { role: "http_apache", tags: ["bhr12","ci-runner"]}
- { role: "ci-runner", tags: ["bhr12","ci-runner"]}

# CI test docker
- name: "test"
hosts: "test"
Expand Down

0 comments on commit bc97e12

Please sign in to comment.