Skip to content

Commit

Permalink
ansible: Configure local image S3 store in e2e
Browse files Browse the repository at this point in the history
I did this manually in the previous install, and forgot to automate it.
  • Loading branch information
martinpitt committed Jan 9, 2024
1 parent 3be33fc commit af8478e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ansible/e2e/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@
- install-secrets-dir
- tasks-systemd

tasks:
- name: Create local image store config
copy:
dest: /var/cache/cockpit-tasks/image-stores
mode: 0644
content: |
https://{{ groups.e2e_s3[0]}}/images/
- name: Set up image server
hosts: e2e_s3
gather_facts: false
Expand Down

0 comments on commit af8478e

Please sign in to comment.