- Shell 100%
| defaults | ||
| meta | ||
| tasks | ||
| tests | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| CHANGELOG.md | ||
| Dockerfile | ||
| install | ||
| LICENSE | ||
| README.md | ||
| VERSION | ||
ansible-role-docker-portainer
Overview
This role requires Ansible 2.0 or higher, and platform requirements are listed in the metadata file.
Detected project type: Ansible role.
This repository was migrated from upstream source github.com/shafiqalibhai/ansible-role-docker-portainer and is preserved here for archival, reference, or continued local development.
At a glance
- Default branch:
master - Visibility: public
- Size: 36 KB
- Created: 2026-04-27
- Last updated: 2026-04-27
- Stars / Forks / Open issues: 0 / 0 / 0
- License: MIT
Languages
| Language | Bytes | Share |
|---|---|---|
| Shell | 4,982 bytes | 100.0% |
Repository structure
defaults/meta/tasks/tests/.gitattributes(25 B).gitignore(5 B).travis.yml(539 B)CHANGELOG.md(685 B)install(206 B)LICENSE(1,080 B)README.md(791 B)VERSION(6 B)
Getting started
Clone the repository:
git clone https://forgejo.deployview.com/ssa/ansible-role-docker-portainer.git
cd ansible-role-docker-portainer
Installation
ansible-galaxy install -r requirements.yml
ansible-playbook playbook.yml
Usage
Include this role/collection in a playbook and run with ansible-playbook. See defaults/main.yml (if present) for configurable variables.
Original README
The content below is preserved from the previous README. Headings have been demoted so they don't compete with the new top-level sections.
Ansible Role - Portainer for Docker
Requirements
This role requires Ansible 2.0 or higher, and platform requirements are listed in the metadata file.
Role Variables
Example Playbook
- hosts: localhost
roles:
- role: elnebuloso.docker-portainer
Dependencies
dockershould be installed and working (you can use theelnebuloso.dockerrole to install).
License
MIT
Author Information
This role was created in 2017 by elnebuloso
Contributing
Contributions are welcome. The typical workflow is:
- Open an issue describing the change you'd like to make.
- Fork the repository (or create a feature branch if you have write access).
- Commit your changes with clear, descriptive messages.
- Open a pull request against the
masterbranch.
Please follow the existing code style and include tests or reproduction steps where relevant.
License
This project is licensed under the MIT license. See the LICENSE file for the full text.
Repository
- Browse: https://forgejo.deployview.com/ssa/ansible-role-docker-portainer
- Clone (HTTPS):
https://forgejo.deployview.com/ssa/ansible-role-docker-portainer.git - Clone (SSH):
ssh://git@forgejo.deployview.com:30143/ssa/ansible-role-docker-portainer.git - Upstream / origin: github.com/shafiqalibhai/ansible-role-docker-portainer
This README was generated automatically based on repository metadata, contents, and any prior README content. Edit any section above to add project-specific detail.