- Description
- Setup - The basics of getting started with deploy
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
This module contains tasks for deploying Puppet environments, including R10k deploy, clearing environment cache, and generating types for a desired environment. The module also contains a plan for doing all 3 of the above in order.
The tasks in this module are intended for a system running puppetserver >= 5.0.0 with R10k installed.
This module does not:
- Install puppet or puppetserver packages
- Install or configure r10k
To use this module you must already have:
- puppetserver installed and the service running
- r10k installed and configured to be able to access your control repo
- puppet-agent package installed
To use the tasks in this module, simply include this module in your Boltdir/Puppetfile and install the module:
bolt puppetfile install
To deploy environment production: bolt plan run deploy::r10k environment=production --nodes <nodes> --run-as root
In the Limitations section, list any incompatibilities, known issues, or other warnings.
In the Development section, tell other users the ground rules for contributing to your project and how they should submit their work.
Contributors:
- Scott Brimhall