Giter VIP home page Giter VIP logo

ansible-freeipa-client's Introduction

ansible-freeipa-client

Synopsis

- hosts: all
  vars:
    freeipaclient_server: ipa.demo1.freeipa.org
    freeipaclient_domain: ipa.demo1.freeipa.org
    freeipaclient_enroll_user: admin
    freeipaclient_enroll_pass: Secret123
  roles:
     - alvaroaleman.freeipa-client

Description

This role allows to join clients to an ipa domain

Requirements

  • CentOS 7
  • Fedora 24
  • Ubuntu Trusty
  • Ubuntu Xenial

Role Variables

  • freeipaclient_server: IP/Hostname of IPA server to use (string, mandatory)
  • freeipaclient_domain: Domain to use (string, mandatory)
  • freeipaclient_enroll_user: Username to enroll host in domain (string, mandatory)
  • freeipaclient_enroll_pass: Password to enroll host in domain (string, mandatory)
  • freeipaclient_hostname: The hostname to use for the client (string, default: output of uname -n)
  • freeipaclient_dns_server: DNS server to configure. This will not do anything if variable is empty (string)
  • freeipaclient_force_join: Whether to overwrite an already existing host entry of requested name (boolean, default: false)
  • freeipaclient_enable_ntp: Whether to enable ntp. Kerberos won't work if the time of master and client drift too much (boolean, default: true)
  • freeipaclient_all_ip_addresses: Whether to add all routable ip addresses to DNS (boolean, default: true if not Trusty, else false)

License

GNU AFFERO GENERAL PUBLIC LICENSE Version 3

Contributing

If you want to contribute to this repository please be aware that this project uses a gitflow workflow with the next release branch called next.

Please fork this repository and create a local branch split off of the next branch and create pull requests back to the origin next branch.

Integration testing

This role provides integration tests using Vagrant:

cp envvars-vagrant.sample envvars
EDITOR=vim
$EDITOR envvars
source envvars
make test

Author information

Alvaro Aleman

ansible-freeipa-client's People

Contributors

alvaroaleman avatar caseylabs avatar fxfitz avatar tdobrovolny avatar

Watchers

 avatar  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.