Skip to content

Commit

Permalink
feat(infrastructure): Configure INT.RABE.CH realm (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Nov 6, 2022
1 parent e7fce9c commit e5efb0c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/infrastructure/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@
tags:
- role::rabe_foreman.infrastructure
- role::rabe_foreman.infrastructure:compute_resources
- name: 'RaBe Foreman Infrastructure : Realms'
ansible.builtin.import_tasks: realms.yaml
tags:
- role::rabe_foreman.infrastructure
- role::rabe_foreman.infrastructure:realms
7 changes: 7 additions & 0 deletions roles/infrastructure/tasks/realms.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
- name: 'Rabe Foreman Infrastructure : Create realm {{ radiorabe_core_realm }}'
theforeman.foreman.realm:
name: '{{ radiorabe_core_realm }}'
state: present
realm_type: 'FreeIPA'
realm_proxy: '{{ radiorabe_base_foreman_host }}'

0 comments on commit e5efb0c

Please sign in to comment.