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

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

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.