https://github.com/puppetlabs/tasks-hands-on-lab
Deprecated: Please see http://bolt.guide to follow our Bolt tutorial!
https://github.com/puppetlabs/tasks-hands-on-lab
bolt puppet tasks
Last synced: 3 months ago
JSON representation
Deprecated: Please see http://bolt.guide to follow our Bolt tutorial!
- Host: GitHub
- URL: https://github.com/puppetlabs/tasks-hands-on-lab
- Owner: puppetlabs
- Archived: true
- Created: 2017-09-29T13:31:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T21:48:45.000Z (over 5 years ago)
- Last Synced: 2024-09-21T09:31:20.246Z (7 months ago)
- Topics: bolt, puppet, tasks
- Language: Shell
- Homepage:
- Size: 212 KB
- Stars: 74
- Watchers: 106
- Forks: 46
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Puppet Tasks Hands-on Lab
*This repository is deprecated. The source for the Bolt website now lives at [puppetlabs/bolt](https://github.com/puppetlabs/bolt/tree/master/docs).*
## Introduction
This repository contains a step-by-step introduction to [Bolt](https://github.com/puppetlabs/bolt) and to the Puppet Tasks ecosystem. It's designed to be followed in order, with each exercise introducing the basic concepts. If you complete all of the exercises you should be well on your way to understanding how you can use Bolt and Puppet Tasks to help manage your infrastructure.
## Prerequisites
These exercises will help you get Bolt installed and make sure you have a few nodes to target with tasks and commands.
1. [Installing Bolt](01-installing-bolt)
1. [Acquiring nodes](02-acquiring-nodes)## Exercises
These step through the basic functionality of Puppet Tasks and focus on simple commands you can copy and paste.
1. [Running Commands](03-running-commands)
1. [Running Scripts](04-running-scripts)
1. [Writing Tasks](05-writing-tasks)
1. [Downloading and running existing Tasks](06-downloading-and-running-existing-tasks)
1. [Writing Plans](07-writing-plans)
1. [Writing advanced Tasks](08-writing-advanced-tasks)
1. [Writing advanced Plans](09-writing-advanced-plans)
1. [Deploying an Application](10-deploying-an-application)## Self-Paced Training
Learn to run tasks everywhere you need them, when you need them. Our [free, online self-paced training](https://learn.puppet.com/course/puppet-orchestration-bolt-and-tasks) gets you up and running with the open-source task runner Bolt and Puppet Tasks for Puppet Enterprise.