Coder Social home page Coder Social logo

havlasme / ansible-role-system_groups Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 21 KB

An Ansible role to manage system groups.

Home Page: https://galaxy.ansible.com/tomashavlas/system_groups/

License: BSD 3-Clause "New" or "Revised" License

Makefile 100.00%

ansible-role-system_groups's Introduction

system_groups

Ansible Galaxy Build Status Latest Tag

An Ansible role to manage system groups.

Group root can't be managed using this role for security reasons.

Requirements

None.

Role Variables

# list of system groups
system_groups__list: []
## group name
#  - name: string
## OPTIONAL: if set to true, group is removed from host
#    disabled: bool
## OPTIONAL: group id
#    gid: int
## OPTIONAL: system group flag
#    system: bool

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - role: "tomashavlas.system_groups"
      system_groups__list:
          - name: "usergrp"
            gid: 1564
          - name: "systemgrp"
            system: true
          - name: "disabledgrp"
            disabled: true

For more examples see test cases.

License

BSD

Author Information

Created by Tomáš Havlas in 2016.

ansible-role-system_groups's People

Watchers

 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.