Puppet 5 beginner's guide : go from newbie to pro with Puppet 5 /
Puppet 5 Beginner's Guide, Third Edition is a practical guide that gets you up and running with the very latest features of Puppet 5. About This Book Develop skills to run Puppet 5 on single or multiple servers without hiccups Use Puppet to create and manage cloud resources such as Amazon EC2 i...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, UK :
Packt Publishing,
[2017]
|
Edición: | Third edition. |
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | EBSCO_on1006141917 | ||
003 | OCoLC | ||
005 | 20231017213018.0 | ||
006 | m o d | ||
007 | cr |n||||||||| | ||
008 | 171013s2017 enk o 001 0 eng d | ||
040 | |a IDEBK |b eng |e rda |e pn |c IDEBK |d YDX |d EBLCP |d UMI |d STF |d MERUC |d OCLCF |d IDB |d COO |d OH1 |d TEFOD |d NLE |d UOK |d KSU |d VT2 |d OCLCQ |d OCLCO |d WYU |d C6I |d UKAHL |d CNCEN |d OCLCQ |d UKMGB |d N$T |d OCLCQ |d OCLCO |d NZAUC |d OCLCQ |d OCLCO | ||
015 | |a GBB7J6840 |2 bnb | ||
016 | 7 | |a 018558013 |2 Uk | |
019 | |a 1005874737 |a 1008993522 |a 1012838633 |a 1105803077 |a 1132263916 | ||
020 | |a 1788395360 |q (electronic bk.) | ||
020 | |a 9781788395366 |q (electronic bk.) | ||
020 | |a 178847290X | ||
020 | |a 9781788472906 | ||
020 | |z 9781788472906 | ||
024 | 8 | |a 9781788472906 | |
029 | 1 | |a AU@ |b 000066233184 | |
029 | 1 | |a CHNEW |b 000975241 | |
029 | 1 | |a CHVBK |b 503268623 | |
029 | 1 | |a GBVCP |b 1014940648 | |
029 | 1 | |a UKMGB |b 018558013 | |
035 | |a (OCoLC)1006141917 |z (OCoLC)1005874737 |z (OCoLC)1008993522 |z (OCoLC)1012838633 |z (OCoLC)1105803077 |z (OCoLC)1132263916 | ||
037 | |a 1041125 |b MIL | ||
037 | |a 7D407857-6EF0-473C-9EBE-4C1A8692501C |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a QA76.76.C69 | |
050 | 4 | |a T55.4-60.8 | |
082 | 0 | 4 | |a 005.1 |2 23 |
049 | |a UAMI | ||
100 | 1 | |a Arundel, John. | |
245 | 1 | 0 | |a Puppet 5 beginner's guide : |b go from newbie to pro with Puppet 5 / |c John Arundel. |
250 | |a Third edition. | ||
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c [2017] | |
300 | |a 1 online resource | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file | ||
588 | 0 | |a Online resource, title from PDF title page (Safari Books Online, viewed January 2, 2018). | |
500 | |a Includes index. | ||
505 | 0 | |a Cover -- Copyright -- Credits -- About the Author -- Acknowledgments -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Getting started with Puppet -- Why do we need Puppet anyway? -- Keeping the configuration synchronized -- Repeating changes across many servers -- Self-updating documentation -- Version control and history -- Why not just write shell scripts? -- Why not just use containers? -- Why not just use serverless? -- Configuration management tools -- What is Puppet? | |
505 | 8 | |a Resources and attributesPuppet architectures -- Getting ready for Puppet -- Installing Git and downloading the repo -- Installing VirtualBox and Vagrant -- Running your Vagrant VM -- Troubleshooting Vagrant -- Summary -- Chapter 2: Creating your first manifests -- Hello, Puppet â#x80;#x93; your first Puppet manifest -- Understanding the code -- Modifying existing files -- Dry-running Puppet -- How Puppet applies the manifest -- Creating a file of your own -- Managing packages -- How Puppet applies the manifest -- Exercise | |
505 | 8 | |a Querying resources with the puppet resourceServices -- Getting help on resources with puppet describe -- The package-file-service pattern -- Notifying a linked resource -- Resource ordering with require -- Summary -- Chapter 3: Managing your Puppet code with Git -- What is version control? -- Tracking changes -- Sharing code -- Creating a Git repo -- Making your first commit -- How often should I commit? -- Branching -- Distributing Puppet manifests -- Creating a GitHub account and project -- Pushing your repo to GitHub -- Cloning the repo | |
505 | 8 | |a Fetching and applying changes automaticallyWriting a manifest to set up regular Puppet runs -- Applying the run-puppet manifest -- The run-puppet script -- Testing automatic Puppet runs -- Managing multiple nodes -- Summary -- Chapter 4: Understanding Puppet resources -- Files -- The path attribute -- Managing whole files -- Ownership -- Permissions -- Directories -- Trees of files -- Symbolic links -- Packages -- Uninstalling packages -- Installing specific versions -- Installing the latest version -- Installing Ruby gems | |
505 | 8 | |a Installing gems in Puppet's contextUsing ensure_packages -- Services -- The hasstatus attribute -- The pattern attribute -- The hasrestart and restart attributes -- Users -- Creating users -- The user resource -- The group resource -- Managing SSH keys -- Removing users -- Cron resources -- Attributes of the cron resource -- Randomizing cron jobs -- Removing cron jobs -- Exec resources -- Automating manual interaction -- Attributes of the exec resource -- The user attribute -- The onlyif and unless attributes -- The refreshonly attribute | |
520 | |a Puppet 5 Beginner's Guide, Third Edition is a practical guide that gets you up and running with the very latest features of Puppet 5. About This Book Develop skills to run Puppet 5 on single or multiple servers without hiccups Use Puppet to create and manage cloud resources such as Amazon EC2 instances Take full advantage of powerful new features of Puppet including loops, data types, Hiera integration, and container management Who This Book Is For Puppet 5 Beginner's Guide, Third Edition is designed for those who are new to Puppet, including system administrators and developers who are looking to manage computer server systems for configuration management. No prior programming or system administration experience is assumed. What You Will Learn Understand the latest Puppet 5 features Install and set up Puppet and discover the latest and most advanced features Configure, build, and run containers in production using Puppet's industry-leading Docker support Deploy configuration files and templates at super-fast speeds and manage user accounts and access control Automate your IT infrastructure Use the latest features in Puppet 5 onward and its official modules Manage clouds, containers, and orchestration Get to know the best practices to make Puppet more reliable and increase its performance In Detail Puppet 5 Beginner's Guide, Third Edition gets you up and running with the very latest features of Puppet 5, including Docker containers, Hiera data, and Amazon AWS cloud orchestration. Go from beginner to confident Puppet user with a series of clear, practical examples to help you manage every aspect of your server setup. Whether you're a developer, a system administrator, or you are simply curious about Puppet, you'll learn Puppet skills that you can put into practice right away. With practical steps giving you the key concepts you need, this book teaches you how to install packages and config files, create users, set up scheduled jobs, provision cloud instances, build containers, and so much more. Every example in this book deals with something real and practical that you're likely to need in your work, and you'll see the complete Puppet code that makes it happen, along with step-by-step instructions for what to type and what output you'll see. All the examples are available in a GitHub repo for you to download and adapt for your own server setup. Style and approach This tutorial is packed with quick step-by-step instructions that are immediately ... | ||
542 | |f Copyright © 2017 Packt Publishing | ||
590 | |a eBooks on EBSCOhost |b EBSCO eBook Subscription Academic Collection - Worldwide | ||
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
630 | 0 | 0 | |a Puppet (Computer file) |
630 | 0 | 7 | |a Puppet (Computer file) |2 fast |
650 | 0 | |a Software configuration management. | |
650 | 0 | |a Cloud computing. | |
650 | 0 | |a Computer systems. | |
650 | 0 | |a High performance computing. | |
650 | 2 | |a Computer Systems | |
650 | 6 | |a Logiciels |x Gestion de configurations. | |
650 | 6 | |a Infonuagique. | |
650 | 6 | |a Systèmes informatiques. | |
650 | 6 | |a Superinformatique. | |
650 | 7 | |a Cloud computing |2 fast | |
650 | 7 | |a Computer systems |2 fast | |
650 | 7 | |a High performance computing |2 fast | |
650 | 7 | |a Software configuration management |2 fast | |
776 | 0 | 8 | |i Print version: |a Arundel, John. |t Puppet 5 beginner's guide. |b Third edition. |d Birmingham, England ; Mumbai, India : Packt Publishing, 2017 |z 9781788472906 |
856 | 4 | 0 | |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1611904 |z Texto completo |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781788472906/?ar |z Texto completo |
938 | |a Askews and Holts Library Services |b ASKH |n BDZ0035169312 | ||
938 | |a ProQuest Ebook Central |b EBLB |n EBL5092064 | ||
938 | |a EBSCOhost |b EBSC |n 1611904 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis39039665 | ||
938 | |a YBP Library Services |b YANK |n 14876088 | ||
994 | |a 92 |b IZTAP |