Git Product home page Git Product logo

ansible-role-freeipa's Introduction

Ansible module used by OSAS to manage freeipa.

Build Status

Variables

Passwords

In order to setup and integrate freeipa, 2 passwords need to be set.

The first one is kerberos_admin_password, to be used for admin of the kerberos server. It will be used for the [email protected] principal.

The second one is the directory_admin_password for the LDAP directory.

Both need to be protected

Topology

Since the role is supposed to deploy and integrate freeipa on all servers, a few settings can be used to

By default, the role will detect the domain name of the current master and capitalize it to create the realm. For example, ipa.example.org will become EXAMPLE.ORG. The variable freeipa_domain can be used to override that if the detection is not correct. This cannot be changed after setup.

The topology requires to have the name of the master, with the variable freeipa_master. One or more replicas be setup with freeipa_replicas. The list of replicas can be changed later to add and remove replica if the need arise.

Integration in a playbook

The role is written in such a way that it will deploy a freeipa master, one or more replicas and enroll the others systems in the realm.

One example playbook to use this would be this:

- hosts: all
  roles:
  - role: freeipa
    freeipa_master: freeipa.example.org
    freeipa_replicas:
    - freeipa-replica01.example.org

Distribution support

For now, this is mostly tested on RH-like distribution. While Debian-like are supported in theory, this is not tested. And non Linux (or less mainstream distributions) are currently not supported upstream.

ansible-role-freeipa's People

Contributors

mscherer avatar clwells avatar rfxn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.