bitfinity-nl.ansible_role_samba4_primary_ad_dc

Nazwa Roli

Rola Ansible do skonfigurowania głównego kontrolera domeny Active Directory na Ubuntu

Wymagania

  • Serwer sterujący Ansible
  • Ubuntu

Zmienne Roli

Ustaw domyślne zmienne w group_vars, aby używać ich w innych playbookach.

  • def_ad_workgroup : 'LAB'
  • def_ad_realm : 'LAB.LOCAL'
  • def_ad_admin : 'administrator'
  • def_ad_pass : 'Welkom123'
  • def_ad_dns : '192.168.0.66 192.168.0.67'
  • def_ad_dc01 : '192.168.0.67'
  • def_ad_dc02 : '192.168.0.67'
  • def_ad_basedn : 'OU=lab,DC=lab,DC=local'

Możesz nadpisać te zmienne w swoim własnym playbooku:

  • smb_workgroup : TEST
  • smb_realm : TEST.NET
  • smb_dns_servers : "{{ ansible_default_ipv4.address }}"
  • smb_username : administrator
  • smb_password : Welkom123

Przykład Playbooka

- hosts: adc01
  become: true

  vars:
    # -- Ustawienia niestandardowe: role-samba4-primary-ad-dc --
    smb_workgroup : 'LAB'
    smb_realm     : 'LAB.LOCAL' 
    smb_username  : 'administrator'
    smb_password  : 'Password123'

  roles:
    - role-samba4-primary-ad-dc

Licencja

GNU GPLv3

Informacje o autorze

www.bitfinity.nl

O projekcie

Install Samba4 Active Directory (Primary) Domain Controller

Zainstaluj
ansible-galaxy install bitfinity-nl.ansible_role_samba4_primary_ad_dc
Licencja
mit
Pobrania
145
Właściciel