Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnbuhay/ansible-role-service-account

Ansible role that creates a system group and user for other roles.
https://github.com/johnbuhay/ansible-role-service-account

ansible

Last synced: 2 days ago
JSON representation

Ansible role that creates a system group and user for other roles.

Awesome Lists containing this project

README

        

service-account
=========

This role creates a system group and user for other roles.

Requirements
------------

None

Role Variables
--------------

The variable `service_account_opts` is merged over the `service_account_defaults` variable.
Required variables are:

service_account_opts:
user:
group:

Dependencies
------------

None

Example Playbook
----------------

dependencies:
-
src: https://github.com/jnbnyc/ansible-role-service-account.git
name: service-account
service_account_opts:
user: "{{ ansible_user }}"
group: "{{ ansible_group }}"
groups: ["sudo", "admin"]
comment: "Ansible Client User"

License
-------

MIT

Author Information
------------------

[email protected]