https://github.com/oefenweb/ansible-gosu
Ansible role to set up gosu in Debian-like systems
https://github.com/oefenweb/ansible-gosu
ansible debian docker su sudo ubuntu
Last synced: about 1 month ago
JSON representation
Ansible role to set up gosu in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-gosu
- Owner: Oefenweb
- License: mit
- Created: 2017-10-06T12:44:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:03:36.000Z (over 2 years ago)
- Last Synced: 2025-03-16T15:55:19.854Z (about 1 year ago)
- Topics: ansible, debian, docker, su, sudo, ubuntu
- Language: Dockerfile
- Size: 61.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## gosu
[](https://github.com/Oefenweb/ansible-gosu/actions?query=workflow%3ACI)
[](https://galaxy.ansible.com/Oefenweb/gosu/)
Set up (the latest or a specific version of) [gosu](https://github.com/tianon/gosu) in Debian-like systems.
#### Requirements
None
#### Variables
* `gosu_version` [default: `1.12`]: Version to install
* `gosu_install_prefix` [default: `/usr/local/bin`]: Install prefix
## Dependencies
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.gosu
```
#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-gosu/issues)!