Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions playbooks/hermes/hermes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
- name: Setup
hosts: hermes

roles:
- role: ls1intum.artemis.hermes

Check failure on line 6 in playbooks/hermes/hermes.yml

View workflow job for this annotation

GitHub Actions / 🕵️‍♀️ Ansible Lint

syntax-check[specific]

the role 'ls1intum.artemis.hermes' was not found in /home/runner/work/artemis-ansible/artemis-ansible/playbooks/hermes/roles:/home/runner/work/artemis-ansible/artemis-ansible/.ansible/roles:/home/runner/work/artemis-ansible/artemis-ansible/roles:/home/runner/work/artemis-ansible/artemis-ansible/roles:/home/runner/work/artemis-ansible/artemis-ansible/roles/community:/home/runner/work/artemis-ansible/artemis-ansible/playbooks/hermes
vars:
setup_system: true
hermes_version: latest
hermes_apns_certificate_path: key/artemis-ios-apns-prod.p12
hermes_apns_certificate_password: "{{ lookup('hashi_vault', 'kv/data/artemis/production/hermes').get('apns_certificate_password') }}"
hermes_apns_certificate_content: "{{ lookup('hashi_vault', 'kv/data/artemis/production/hermes').get('apns_certificate_base64') }}"
hermes_apns_prod_environment: true
hermes_google_application_credentials_json_path: key/artemis.json
hermes_google_application_credentials_content: "{{ lookup('hashi_vault', 'kv/data/artemis/production/hermes').get('google_certificate') }}"
hermes_working_directory: /opt/hermes
hermes_port: 17333
Loading