Go to file
Wallun 10e26ffc09
chore: fix typo
2023-02-23 14:37:46 +01:00
defaults chore: fix typo 2023-02-23 14:37:46 +01:00
tasks ci(pre-commit): update pre-commit hooks 2023-02-23 10:26:02 +01:00
vars feat(tasks): add local groups 2021-12-15 16:30:48 +01:00
.gitlint feat(tasks): add local groups 2021-12-15 16:30:48 +01:00
.pre-commit-config.yaml ci(pre-commit): update pre-commit hooks 2023-02-23 10:26:02 +01:00
.yamllint feat(tasks): add local groups 2021-12-15 16:30:48 +01:00
LICENSE chore: add GPLv3 license 2021-12-15 16:39:24 +01:00
README.md feat(tasks): add local groups 2021-12-15 16:30:48 +01:00

README.md

local_group

This role creates group based on local_group_group hash, if defined. Otherwise, no group will be created

Example inventory

---
local_group_group:
  foobar:
    gid: 700
    state: present
    system: true
  barfoo: null
  _group999$:
    state: absent

Example playbook

---
- name: Create local groups
  hosts: all
  roles:
    - role: local_group

License

GPLv3

Author information

Wallun