Forge Home

docker_ee

Installs and configures Docker Enterprise Edition.

2,232 downloads

2,232 latest version

5.0 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.0.9 (latest)
released Oct 29th 2019
This version is compatible with:
  • Puppet Enterprise 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
  • Puppet >= 4.7.0 < 6.0.0
Tasks:
  • assign_leader
  • assign_node
  • enable_kubernetes_scheduler
  • inspect_scheduler
  • inspect_self
  • list_nodes
  • nfs_restart
  • and 3 more. See all tasks

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'fervid-docker_ee', '1.0.9'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add fervid-docker_ee
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install fervid-docker_ee --version 1.0.9

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

fervid/docker_ee — version 1.0.9 Oct 29th 2019

What are tasks?

Modules can contain tasks that take action outside of a desired state managed by Puppet. It’s perfect for troubleshooting or deploying one-off changes, distributing scripts to run across your infrastructure, or automating changes that need to happen in a particular order as part of an application deployment.

Tasks in this module release

inspect_self

Report on a node's scheduler setting (manager nodes only)

list_nodes

Only run on UCP managers, outputs all the clustered nodes

nfs_restart

Restart the nfs service

print_manager_token

Display Docker UCP manager token (docker swarm join-token manager).

print_tokens

Display Docker UCP manager token (docker swarm join-token manager).

print_worker_token

Display Docker UCP worker token (docker swarm join-token worker).