Skip to content
Snippets Groups Projects
Commit d10d078a authored by Thomas Woerner's avatar Thomas Woerner
Browse files

New role to configure ipa default.conf

parent 5f17e9a7
No related branches found
No related tags found
No related merge requests found
---
ipaconf_default_conf: /etc/ipa/default.conf
ipaconf_basedn:
ipaconf_realm:
ipaconf_domain:
ipaconf_server:
ipaconf_hostname:
galaxy_info:
author: Thomas Woerner
description: A role to configure IPA default.conf
company: Red Hat, Inc
license: GPLv2+
min_ansible_version: 2.0
galaxy_tags: [ 'identity', 'ipa']
dependencies: []
---
- name: Template IPA default.conf
template:
src: default.conf.j2
dest: "{{ ipaconf_default_conf }}"
backup: yes
owner: root
group: root
mode: 0644
[global]
basedn = {{ ipaconf_basedn }}
realm = {{ ipaconf_realm }}
domain = {{ ipaconf_domain }}
server = {{ ipaconf_server }}
host = {{ ipaconf_hostname }}
xmlrpc_uri = {{ 'https://' + ipaconf_server + '/ipa/xml' }}
enable_ra = True
krb5_packages:
- krb5-workstation
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment