Giter Club home page Giter Club logo

chef-ipa's Introduction

ipa cookbook

Description

This cookbook provides custom resources and recipes to install and configure FreeIPA

Dependencies

Platforms

  • Ubuntu 14.04 - Client Only
  • Ubuntu 16.04 - Client or Replica

Chef

  • 12.5+

Recipes

ipa::default

This recipe is an alias for ipa::client

ipa::client

Installs the IPA client packages, then joins an existing realm.

ipa::replica

Installs the IPA server packages, then joins and creates a replica of an existing realm.

ipa::bootstrap

Installs the IPA server packages, then creates a new realm.

ipa::workarounds

This recipe deals with the brokenness of IPA on Debian/Ubuntu

Request a Certificate

Actions

  • request

Attributes

  • nickname
  • pem_cert
  • pem_cert_owner
  • pem_cert_group
  • pem_cert_mode
  • pem_key
  • pem_key_owner
  • pem_key_group
  • pem_key_mode
  • key_size
  • auto_renew
  • req_subject
  • req_principal
  • req_dns
  • cmd_presave
  • cmd_postsave
ipa_certificate 'short-hostname-cert' do
  pem_cert  '/tmp/short-hostname-cert.crt'
  pem_key   '/tmp/short-hostname-cert.key''
end
ipa_certificate 'fqdn-cert' do
  pem_cert      '/tmp/fqdn-cert.crt'
  pem_key       '/tmp/fqdn-cert.key'
  req_subject   node['fqdn']
  req_principal "host/#{node['fqdn']}"
end
ipa_certificate 'fqdn-cert-rabbitmq' do
  pem_cert       '/etc/rabbitmq/fqdn-cert-rabbitmq.crt'
  pem_cert_owner 'rabbitmq'
  pem_cert_group 'rabbitmq'
  pem_cert_mode  '0655'
  pem_key        '/etc/rabbitmq/fqdn-cert-rabbitmq.key'
  pem_key_owner  'rabbitmq'
  pem_key_group  'rabbitmq'
  pem_key_mode   '0660'
  req_subject    node['fqdn']
  req_principal  "host/#{node['fqdn']}"
end

chef-ipa's People

Contributors

jrb avatar jasonramey avatar brett-petrusek avatar

Watchers

James Cloos 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.