Skip to content

Commit

Permalink
fix(infrastructure): configure realms via role (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Nov 6, 2022
1 parent e5efb0c commit 7b05002
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions roles/infrastructure/tasks/realms.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
- 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 }}'
ansible.builtin.include_role:
name: radiorabe.foreman.realms
vars:
foreman_realms:
- name: '{{ radiorabe_core_realm }}'
state: present
realm_type: 'FreeIPA'
realm_proxy: '{{ radiorabe_base_foreman_host }}'

0 comments on commit 7b05002

Please sign in to comment.