GithubHelp home page GithubHelp logo

dsp77 / role-samba4-primary-ad-dc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bitfinity-nl/role-samba4-primary-ad-dc

0.0 0.0 0.0 23 KB

Ansible role to setup a Ubuntu Primary Active Directory Domain Controller (WIP)

License: MIT License

role-samba4-primary-ad-dc's Introduction

Role Name

Ansible role to setup a Ubuntu Primary Active Directory Domain Controller

Requirements

  • Ansible control server
  • Ubuntu

Role Variables

Set defaut variable(s) in group_vars for reusing in other playbooks.

  • 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'

You can override these variable(s) in your own playbook

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

Example Playbook

- hosts: adc01
  become: true

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

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

License

GNU GPLv3

Author Information

www.bitfinity.nl

role-samba4-primary-ad-dc's People

Contributors

bitfinity-nl 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.