8000 GitHub - idiv-biodiversity/ansible-role-nsswitch
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

idiv-biodiversity/ansible-role-nsswitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Name Service Switch

Configures /etc/nsswitch.conf.

Table of Contents

Requirements

  • Ansible 2.9

Role Variables

nsswitch_passwd:
  - files
  - sss

nsswitch_group:
  - files
  - sss

nsswitch_shadow:
  - files
  - sss

Dependencies

---

# requirements.yml

roles:

  - name: idiv_biodiversity.nsswitch
    src: https://github.com/idiv-biodiversity/ansible-role-nsswitch
    version: vX.Y.Z

...

Example Playbook

Top-Level Playbook

Write a top-level playbook:

---

- name: server
  hosts: group

  roles:
    - role: idiv_biodiversity.nsswitch
      tags:
        - nsswitch

...

Role Dependency

Define the role dependency in meta/main.yml:

---

dependencies:

  - role: idiv_biodiversity.nsswitch
    tags:
      - nsswitch

...

License

MIT

Author Information

This role was created in 2017 by Christian Krause aka wookietreiber at GitHub, HPC cluster systems administrator at the German Centre for Integrative Biodiversity Research (iDiv).

Packages

No packages published

Languages

0