Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevincoakley/ansible-role-group
https://github.com/kevincoakley/ansible-role-group
ansible ansible-roles groups
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevincoakley/ansible-role-group
- Owner: kevincoakley
- Created: 2016-11-15T16:47:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-16T20:18:09.000Z (over 5 years ago)
- Last Synced: 2024-11-14T06:36:38.997Z (2 months ago)
- Topics: ansible, ansible-roles, groups
- Homepage: https://galaxy.ansible.com/kevincoakley/group
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ansible-role-group
==================[![Build Status](https://travis-ci.org/kevincoakley/ansible-role-group.svg?branch=master)](https://travis-ci.org/kevincoakley/ansible-role-group)
Manage groups for CentOS 7, Ubuntu 18.04
Requirements
------------None
Role Variables
--------------See defaults/main.yml
Dependencies
------------None
Example Playbook
----------------- name: Test the Group role for CentOS and Ubuntu systems
hosts: group
become: yes
become_method: sudo
vars:
- group_list:
- name: group01
gid: 1001
- name: group02
- name: group03
system: yes
- name: group04
state: absent
roles:
- ansible-role-groupLicense
-------BSD
Author Information
------------------Kevin Coakley (https://github.com/kevincoakley)