sbaerlocher / ansible.domain-join

Adds a Windows client or Server to a domain. [EOL 01.10.2020]

Home Page:https://github.com/sbaerlocher/ansible.windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role: domain-join

Build Status license Ansible Galaxy

Description

Adds a Windows client or Server to a domain.

Installation

ansible-galaxy install sbaerlocher.domain-join

Requirements

None

Role Variables

Variable Default Comments (type)
domain_join_domain_name
domain_join_admin_user
domain_join_admin_password
domain_join_ou

Dependencies

None

Example Playbook

- hosts: all
  roles:
    - sbaerlocher.domain-join

Changelog

1.0

  • initial commit

Author

License

This project is under the MIT License. See the LICENSE file for the full license text.

Copyright

(c) 2020, Simon Bärlocher

About

Adds a Windows client or Server to a domain. [EOL 01.10.2020]

https://github.com/sbaerlocher/ansible.windows

License:MIT License