Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therojam/ansible-dockerbase
creates the base for an docker host on debian based systems
https://github.com/therojam/ansible-dockerbase
ansible-role debian docker ubuntu
Last synced: 23 days ago
JSON representation
creates the base for an docker host on debian based systems
- Host: GitHub
- URL: https://github.com/therojam/ansible-dockerbase
- Owner: TheRojam
- Created: 2020-11-14T13:01:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-29T15:36:22.000Z (about 3 years ago)
- Last Synced: 2025-01-19T06:52:57.091Z (23 days ago)
- Topics: ansible-role, debian, docker, ubuntu
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-role dockerhost
This role creates an docker host on debian based systems like ubuntu
## Requirements
Debian based System
## Role Variables
### optional variables
## Dependencies
A list of other roles hosted on Galaxy should go here, plus any details in
regards to parameters that may need to be set for other roles, or variables
that are used from other roles.## Example Playbook
Including an example of how to use your role (for instance, with variables
passed in as parameters) is always nice for users too:```
- hosts: servers
roles:
- { role: dockerhost }
```## License
[GPL v 3](https://www.gnu.org/licenses/gpl-3.0.html)
## Author Information
Role was written by:
* therojam