Skip to content

Commit

Permalink
Deploying to gh-pages from @ 586969e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryKodden committed Jul 25, 2024
1 parent 35a67be commit 8d229df
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ansible/roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
---
- name: debug parameters...
ansible.builtin.debug:
msg:
- "SRAM_URL: {{ SRAM_URL }}"
- "SRAM_OIDC_BASE_URL: {{ SRAM_OIDC_BASE_URL }}"
- "SRAM_OIDC_CLIENT_ID: {{ SRAM_OIDC_CLIENT_ID }}"
- "SRAM_OIDC_CLIENT_SECRET: {{ SRAM_OIDC_CLIENT_SECRET | regex_replace('(.{5}).*', '\\1*****') }}"
- "SRAM_SERVICE_BEARER_TOKEN: {{ SRAM_SERVICE_BEARER_TOKEN | regex_replace('(.{5}).*', '\\1*****')}}"
- "PROXY_ADMIN_PASSWORD: {{ PROXY_ADMIN_PASSWORD | regex_replace('(.{5}).*', '\\1*****')}}"
- "SRAM_ADMIN_ACCESS_GROUP: {{ ADMIN_GROUP }}"
- "PAM_VALIDATE_USERS_ENTITLEMENT: {{ PAM_VALIDATE_USERS_ENTITLEMENT }}"
- "ADMIN_GROUP: {{ ADMIN_GROUP }}"
- "USERS_GROUP: {{ USERS_GROUP }}"

- name: Install aptitude using apt
apt: name=aptitude state=latest update_cache=yes force_apt_get=yes

Expand Down

0 comments on commit 8d229df

Please sign in to comment.