Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/johnbuhay/ansible-role-service-account
- Owner: johnbuhay
- License: mit
- Created: 2017-08-24T01:31:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T10:36:58.000Z (over 7 years ago)
- Last Synced: 2024-11-06T05:36:52.309Z (about 2 months ago)
- Topics: ansible
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
------------------