Migrated from github.com/shafiqalibhai/ansible-role-docker-portainer https://galaxy.ansible.com/elnebuloso/docker-portainer/
Find a file
2026-04-27 22:56:37 +00:00
defaults ## [1.4.0] - 2017-07-28 2017-07-28 00:35:08 +02:00
meta init 2017-01-31 19:48:43 +01:00
tasks ## [1.4.0] - 2017-07-28 2017-07-28 00:35:08 +02:00
tests init 2017-01-31 19:48:43 +01:00
.gitattributes gitattributes 2017-12-20 10:28:33 +01:00
.gitignore init 2017-01-31 19:47:03 +01:00
.travis.yml init 2017-01-31 19:47:03 +01:00
CHANGELOG.md ## [1.4.0] - 2017-07-28 2017-07-28 00:35:08 +02:00
Dockerfile Add Dockerfile: ansible runner with role pre-installed 2026-04-27 22:56:37 +00:00
install ## [1.4.0] - 2017-07-28 2017-07-28 00:35:08 +02:00
LICENSE init 2017-01-31 19:47:03 +01:00
README.md Update README with comprehensive project information 2026-04-27 20:32:48 +00:00
VERSION ## [1.4.0] - 2017-07-28 2017-07-28 00:35:08 +02:00

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

Build Status

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

  • docker should be installed and working (you can use the elnebuloso.docker role to install).

License

MIT

Author Information

This role was created in 2017 by elnebuloso

Contributing

Contributions are welcome. The typical workflow is:

  1. Open an issue describing the change you'd like to make.
  2. Fork the repository (or create a feature branch if you have write access).
  3. Commit your changes with clear, descriptive messages.
  4. Open a pull request against the master branch.

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.