Create Tool:
Create Time:2023-03-11 20:31:35
File Size:8.24 GB
File Count:76
File Hash:cd11cdaf706acecd7610fb6d8389d3986deb19cf
01 Infrastructure as a Code/01-01 Introduction.mp4 | 59.82 MB |
01 Infrastructure as a Code/01-02 Four Approaches to Manage Infrastructures.mp4 | 279.78 MB |
01 Infrastructure as a Code/01-03 Scripts vs IaaC Procedural vs Declarative Approaches.mp4 | 289.12 MB |
01 Infrastructure as a Code/01-04 My Story How I got started with Puppet.mp4 | 168.31 MB |
01 Infrastructure as a Code/01-05 Pull Model Centralized Configuration Management.mp4 | 250.98 MB |
01 Infrastructure as a Code/01-06 Convergence and Idempotence.mp4 | 187.95 MB |
01 Infrastructure as a Code/01-07 Code vs Data Creating Dynamic Configurations.mp4 | 49.55 MB |
01 Infrastructure as a Code/01-08 Iterative Approach Who is Puppet for What it is not.mp4 | 108.79 MB |
01 Infrastructure as a Code/01-09 Is IaaC only about Puppet Chef Going beyond the configuration management.mp4 | 10.33 MB |
02 Path to Automation with Puppet/02-01 Introduction.mp4 | 4.54 MB |
02 Path to Automation with Puppet/02-02 Path to Automation with Puppet.mp4 | 43.25 MB |
02 Path to Automation with Puppet/02-03 Training Approach.mp4 | 38.75 MB |
03 Environment Setup/03-01 Environment Setup Section Intro.mp4 | 92.68 MB |
03 Environment Setup/03-02 Codespaces Introduction.mp4 | 102.36 MB |
03 Environment Setup/03-03 Using Codespaces.mp4 | 50.00 MB |
03 Environment Setup/03-04 Puppet Master Agent Setup.mp4 | 172.07 MB |
03 Environment Setup/03-05 Regenerating Certs.mp4 | 80.54 MB |
03 Environment Setup/03-06 Project Intro.mp4 | 12.83 MB |
04 Manifests/04-01 Introduction.mp4 | 3.40 MB |
04 Manifests/04-02 Resource DSL.mp4 | 143.95 MB |
04 Manifests/04-03 Writing our first Manifest.mp4 | 95.70 MB |
04 Manifests/04-04 Applying Puppet Manifest Locally.mp4 | 81.51 MB |
04 Manifests/04-05 Idempotence and Convergence.mp4 | 49.87 MB |
04 Manifests/04-06 Solution to Exercise.mp4 | 144.70 MB |
04 Manifests/04-07 Execute Resource and Idempotence.mp4 | 104.14 MB |
05 Modules/05-01 Introduction.mp4 | 5.19 MB |
05 Modules/05-02 Anatomy of a Module and Modulepath Configurations.mp4 | 157.19 MB |
05 Modules/05-03 Generating Modules.mp4 | 87.17 MB |
05 Modules/05-04 Classes Naming Convention and Strategies.mp4 | 108.59 MB |
05 Modules/05-05 Creating java install class Classifying Node with Node Definitions.mp4 | 110.11 MB |
05 Modules/05-06 Using Default Block Adding Checkpoints with Notify Resource Classification.mp4 | 123.02 MB |
05 Modules/05-07 Ordering Notifications and Meta Parameters.mp4 | 110.48 MB |
05 Modules/05-08 Exercise Creating Tomcat Classes.mp4 | 44.62 MB |
05 Modules/05-09 Solution to Tomcat Exercise.mp4 | 151.37 MB |
05 Modules/05-10 Using init pp Defining Dependencies.mp4 | 64.14 MB |
05 Modules/05-11 Managing Configurations.mp4 | 187.13 MB |
06 Parameters/06-01 Introduction.mp4 | 8.20 MB |
06 Parameters/06-02 Code vs Data Defining Sane Defaults.mp4 | 24.84 MB |
06 Parameters/06-03 Params pp design pattern Defining Variables.mp4 | 144.97 MB |
06 Parameters/06-04 Inheritance to consume properties defined in params.mp4 | 60.22 MB |
06 Parameters/06-05 Parameterize Tomcat Configs.mp4 | 116.36 MB |
06 Parameters/06-06 Supporting Platform Specific Configs with Params pp and Switches.mp4 | 142.26 MB |
06 Parameters/06-07 Using Facts inside Classes to create flexible configs.mp4 | 148.41 MB |
07 Templates/07-01 Introduction.mp4 | 8.02 MB |
07 Templates/07-02 Why Templates ERB Syntax.mp4 | 96.27 MB |
07 Templates/07-03 Templatizing Tomcat Configs.mp4 | 162.10 MB |
08 Parameterized Classes/08-01 Introduction.mp4 | 1.54 MB |
08 Parameterized Classes/08-02 The need for Parameterized Class.mp4 | 93.13 MB |
08 Parameterized Classes/08-03 How to write a Parameterized Class.mp4 | 157.27 MB |
08 Parameterized Classes/08-04 Creating Parameterized Class for Tomcat.mp4 | 148.56 MB |
09 Defined Types/09-01 Introduction.mp4 | 27.56 MB |
09 Defined Types/09-02 Defined Types vs Parameterised Classes when to use what .mp4 | 119.87 MB |
09 Defined Types/09-03 Puppetforge Modules Selection Criteria HAProxy Loadbalancers.mp4 | 202.26 MB |
09 Defined Types/09-04 Setting up a Load Balancer with Defined Types.mp4 | 230.86 MB |
10 Deploying an Application/10-01 Introduction.mp4 | 19.36 MB |
10 Deploying an Application/10-02 Setting up Sysfoo build with CircleCI and GitHub.mp4 | 199.55 MB |
10 Deploying an Application/10-03 Writing a Defined type to Deploy Sysfoo.mp4 | 126.58 MB |
10 Deploying an Application/10-04 Selecting and writing Resources to deploy the App.mp4 | 118.48 MB |
10 Deploying an Application/10-05 Making deployment code Idempotent.mp4 | 150.04 MB |
11 Environments/11-01 Introduction.mp4 | 1.62 MB |
11 Environments/11-02 Creating a dev environment and addin0067 nodes to it.mp4 | 142.90 MB |
11 Environments/11-03 r10k Automating Code Deployments to Puppet Master.mp4 | 111.25 MB |
11 Environments/11-04 Setting up Control Repo and Puppetfile.mp4 | 301.34 MB |
11 Environments/11-05 Deploying Dev Environment with r10k.mp4 | 86.97 MB |
12 Hiera/12-01 Introduction.mp4 | 1.30 MB |
12 Hiera/12-02 What is Hiera an Introduction .mp4 | 92.18 MB |
12 Hiera/12-03 Using Hiera to create per environment configurations.mp4 | 191.57 MB |
12 Hiera/12-04 Using Hiera for Node Classification Overriding Properties with Additional Data.mp4 | 136.76 MB |
13 Puppet Enterprise/13-01 Introduction.mp4 | 53.86 MB |
13 Puppet Enterprise/13-02 Install Puppet Enterprise.mp4 | 225.93 MB |
13 Puppet Enterprise/13-03 Adding Nodes to PE.mp4 | 136.13 MB |
13 Puppet Enterprise/13-04 Dynamically Classifying Nodes with Groups.mp4 | 139.64 MB |
13 Puppet Enterprise/13-05 Orchestrating Application Stacks.mp4 | 173.26 MB |
14 Roles and Profiles Design Pattern/14-01 Introduction.mp4 | 31.81 MB |
14 Roles and Profiles Design Pattern/14-02 The need for Roles and Profiles.mp4 | 167.04 MB |
14 Roles and Profiles Design Pattern/14-03 Creating web abd lb roles and profiles for tomcat haproxy.mp4 | 165.02 MB |
No trackers found |
TorrentBank
Copyright © 2024