darkhonor / ad-domain-member

Ansible role to join a system to an Active Directory domain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Active Directory Domain Member

This role will join the system to a specified Microsoft Active Directory domain. This is intended for on-prem AD and not Azure AD.

Requirements

The following Python Libraries are required for RHEL systems:

  • python3-libvirt
  • python3-pexpect

Role Variables

A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well.

Dependencies

A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles.

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - { role: username.rolename, x: 42 }

License

Apache 2.0

Author Information

Alex Ackerman Twitter: @Darkhonor

About

Ansible role to join a system to an Active Directory domain


Languages

Language:Jinja 100.0%