bitfinity-nl.samba4-ad-member

ansible-role-samba4-ad-member

Connect Ubuntu as a member server to Active Directory

Domain Admins have sudo privileges

Requirements

  • Ubuntu 16.04 LTS / 18.04 LTS (64-bit)
  • Active Directory (2008 R2 and newer)
  • Ansible role for NTP server

Role Variables

Check the default/main.yml file for more details.

Example Playbook

Here’s an example of how to use this role:

- hosts: ad-members
  become: true

  vars:
    # -- Custom settings for ansible-role-samba4-ad-member --
    smb_workgroup: EXAMPLE
    smb_realm: EXAMPLE.LOCAL
    smb_dns_servers: 192.168.0.1 192.168.0.2
    smb_username: adm_ansible
    smb_password: '{{ ad_admin_pass }}'
    
  roles:
    - ansible-role-samba4-ad-member 

Source(s)

Thanks to all the authors and contributors from the sources listed below, which helped me create this Ansible role.

Informazioni sul progetto

Join Ubuntu as a member server to Active Directory

Installa
ansible-galaxy install bitfinity-nl.samba4-ad-member
Licenza
mit
Download
103
Proprietario