Skip to content

wdlingit/ubuntu_nis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu_nis

Install a nis master and a set of nis clients. A secondary master could be enabled. Tested on ubuntu20 intances.

Requirements

Specifically written for ubuntu20. May not work for other systems.

Role Variables

Set master_host as the master and group clients in client_group. Must set subnet_ip, subnet_mask, and master_ip to fit the actual configuration. In case that a secondary master is needed, set secondary_host.

Dependencies

None.

Example Playbook

- hosts: all
  become: yes
  roles:
    - role: wdlingit.ubuntu_nis
      master_host: master
      secondary_host: secondary
      client_group: client_group_defined_in_hosts
      nisdomain: mydomain
      subnet_ip: 10.0.0.0
      subnet_mask: 255.255.255.0
      master_ip: 10.0.0.1

License

MIT

About

Simple ansible role for ubuntu20 nis setup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published