Skip to content

Commit

Permalink
Move to the embedded role
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Jun 21, 2024
1 parent 4226c9f commit 32838ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ python3 -m venv "$PWD/.venv"
"$PWD/.venv/bin/fedcloud" secret get --locker-token "$FEDCLOUD_SECRET_LOCKER" \
deploy data >secrets.yaml

ansible-galaxy install git+https://github.com/EGI-Federation/ansible-role-fedcloud-ops.git

echo "cloud_info_image: \"ghcr.io/egi-federation/fedcloud-cloud-info:sha-$SHORT_SHA\"" >>extra-vars.yaml

# Configure!
Expand Down
2 changes: 1 addition & 1 deletion deploy/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- hosts: all
become: true
roles:
- role: ansible-role-fedcloud-ops
- role: catchall
tags: ["all", "docker"]
vars:
site_config_dir: ../sites/
Expand Down

0 comments on commit 32838ef

Please sign in to comment.