yabhinav / ansible-role-ipaserver

Ansible Role - IPAServer
https://galaxy.ansible.com/yabhinav/ipaserver/
2 stars 3 forks source link
freeipa identity-manager install kerberos security

IPA Server

Build Status

A role that installs and configures IPA server.

Requirements

Role Variables

Mandatory variable are listed here with default values :

ipaserver_realm: "EXAMPLE.COM"
ipaserver_domain: "example.com"

ipaserver_admin_password : * * * * * * * * * * * 
ipaserver_dir_admin_password : * * * * * * * * * * * 

Optional variables are listed here with default values :

ipaserver_configure_ssh: True
ipaserver_configure_sshd: True
ipaserver_hbac_allow: True

ipaserver_idstart: 5000
ipaserver_idmax: False

ipaserver_setup_ntp: True 

ipaserver_setup_dns: False
ipaserver_ssh_trust_dns: False
ipaserver_dns_forwarder: 8.8.8.8

ipaserver_ui_redirect: True

Other variables that should not be changed :

ipaserver_admin_username: admin

Dependencies

None.

Example Playbook

- hosts: localhost
  become_user: True
  gather_facts: True

  roles:
    - yabhinav.ipaserver

Issues

License

MIT

Author Information

Created by Abhinav Yalamanchili