https://github.com/webyneter/provisio
Ansible role to provision remote hosts
https://github.com/webyneter/provisio
ansible-role bare-metal docker docker-compose vps
Last synced: 3 months ago
JSON representation
Ansible role to provision remote hosts
- Host: GitHub
- URL: https://github.com/webyneter/provisio
- Owner: webyneter
- License: mit
- Created: 2019-05-16T12:51:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-16T12:01:52.000Z (almost 6 years ago)
- Last Synced: 2025-03-22T09:44:39.449Z (over 1 year ago)
- Topics: ansible-role, bare-metal, docker, docker-compose, vps
- Language: Dockerfile
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# proviso
Ansible role provisioning a remote host by
* settings sudoers via [ahuffman.sudoers](https://galaxy.ansible.com/guisea/ansible-sudoers);
* installing Docker & Docker Compose via [geerlingguy.docker](https://galaxy.ansible.com/geerlingguy/docker);
* installing a few other handy utilities.
Check out [./tasks/main.yml](./tasks/main.yml) for more details.
## Required role parameters
* `non_root_user`: name of the non-root user to be created on the remote host.