Cargando…

Salt essentials /

Get a complete introduction to Salt, the widely used Python-based configuration management and remote execution tool. This practical guide not only shows system administrators how to manage complex infrastructures with Salt, but also teaches developers how to use Salt to deploy and manage their appl...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Sebenik, Craig (Autor), Hatch, Thomas (Thomas S.) (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly, 2015.
Edición:First edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn911200719
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 150619s2015 caua o 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d CDX  |d TEFOD  |d YDXCP  |d IDEBK  |d HCO  |d UMI  |d COO  |d TEFOD  |d EBLCP  |d DEBSZ  |d DEBBG  |d FEM  |d OCLCQ  |d VT2  |d CEF  |d WYU  |d UAB  |d AU@  |d UKAHL  |d RDF  |d OCLCQ  |d OCLCO  |d OCLCQ 
015 |a GBB577408  |2 bnb 
019 |a 911849165  |a 914166297  |a 953023600  |a 968119969  |a 969052294 
020 |a 9781491919644  |q (electronic bk.) 
020 |a 1491919647  |q (electronic bk.) 
020 |a 9781491919637  |q (electronic bk.) 
020 |a 1491919639  |q (electronic bk.) 
020 |a 9781491914427 
020 |a 1491914424 
020 |a 1491900636 
020 |a 9781491900635 
020 |z 9781491900635 
024 3 |a 9781491900635 
029 1 |a AU@  |b 000056947553 
029 1 |a AU@  |b 000067112224 
029 1 |a DEBBG  |b BV043019673 
029 1 |a DEBSZ  |b 453331572 
029 1 |a DEBSZ  |b 455692440 
029 1 |a GBVCP  |b 882845543 
035 |a (OCoLC)911200719  |z (OCoLC)911849165  |z (OCoLC)914166297  |z (OCoLC)953023600  |z (OCoLC)968119969  |z (OCoLC)969052294 
037 |a 9545DA01-20DD-4054-BFD5-B75408D68E90  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.76.C69 
072 7 |a COM  |x 051390  |2 bisacsh 
072 7 |a COM  |x 051440  |2 bisacsh 
072 7 |a COM  |x 051230  |2 bisacsh 
082 0 4 |a 005.16  |2 23 
049 |a UAMI 
100 1 |a Sebenik, Craig,  |e author. 
245 1 0 |a Salt essentials /  |c Craig Sebenik and Thomas Hatch. 
246 1 |i Subtitle on cover:  |a Getting started with automation at scale 
250 |a First edition. 
264 1 |a Sebastopol, CA :  |b O'Reilly,  |c 2015. 
300 |a 1 online resource :  |b color illustrations 
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 (EBSCO, viewed June 25, 2015). 
500 |a Includes index. 
520 |a Get a complete introduction to Salt, the widely used Python-based configuration management and remote execution tool. This practical guide not only shows system administrators how to manage complex infrastructures with Salt, but also teaches developers how to use Salt to deploy and manage their applications. Written by two Salt experts, this book provides the information you need to deploy Salt in a production infrastructure right away. You'll also learn how to customize Salt and use salt-cloud to manage your virtualization. If you have experience with Linux and data formats such as JSON or XML, you're ready to get started. Understand what Salt can do, and get a high-level overview of basic commands Learn how execution modules let you interact with many systems at once Use states to define how you want a host or a set of hosts to look Dive into grains and pillars, Salt's basic data elements Control your infrastructure programmatically by extending Salt Master's functionality Extend Salt with custom modules, the Jinja templating language, and Python scripts. 
505 0 |a Copyright -- Table of Contents -- Preface -- Who Should Read This Book -- Why We Wrote This Book -- What This Book Is Not -- A Word on Salt Today -- Navigating This Book -- Online Resources -- Conventions Used in This Book -- Using Code Examples -- Safari® Books Online -- How to Contact Us -- Acknowledgments -- Chapter 1. Introduction -- What Is Salt? -- High-Level Architecture -- Some Quick Examples -- System Management -- Configuration Management -- A Brief History -- Topology Options -- Extending Salt 
505 8 |a Chapter 2. Quick Start: First Taste of SaltSingle-Master Setup -- From Packages -- Bootstrap Script -- Starting Up -- Basic Commands -- salt: The Main Workhorse -- salt-key: Key Management -- salt-call: Execution on the Minion -- salt-run: Coordination of Jobs on the Master -- Summary of Commands -- Key Management -- Viewing Keys -- Accepting Keys -- Rejecting Keys -- Key Files -- Minion Targeting -- Minion ID -- List ( -L) -- Glob -- Regular Expression ( -E) -- Grains ( -G) -- Compound ( -C) -- Targeting Summary 
505 8 |a Additional Remote Execution DetailsConclusion -- Chapter 3. Execution Modules: The Functional Foundation -- sys: Information and Documentation About Modules -- sys.doc Basic Documentation -- sys.list_modules, sys.list_functions: Simple Listings -- cmd: Execute Via a Shell -- cmd.run: Run Any Command -- pkg: Manage Packages -- Virtual Modules -- pkg.list_pkgs: List All Installed Packages -- pkg.available_version: See What Version Will Be Installed -- pkg.install: Install Packages -- user: Manage Users -- user.add: Add Users 
505 8 |a User.list_users, user.info: Get User Infosaltutil: Access Various Salt Utilities -- Summary -- Chapter 4. Configuration Management: Salt States -- State File Overview -- SLS Example: Adding a User -- Working with the Multilayered State System -- Highstate and the Top File -- The Top File -- State Ordering -- require: Depend on Another State -- watch: Run Based on Other Changes -- Odds and Ends -- Summary -- Chapter 5. Minion Data/Master Data -- Grains Are Minion Data -- Performing Basic Grain Operations -- Setting Grains 
505 8 |a Targeting with Grains in the Top FilePillars Are Data from the Master -- Querying Pillar Data -- Querying Other Sources with External Pillars -- Renderers Give Data Options -- Chapter 6. Extending Salt: Part I -- Introduction to Jinja -- Jinja Basics -- Templating with Jinja -- Filtering by Grains -- Custom Execution Module -- Custom State Modules -- Custom Grains -- External Pillars -- Summary -- Chapter 7. More on the Master -- Runners -- Manage Minions -- Manage Jobs -- The orchestrate Runner -- The Event System -- The Reactor System 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Software configuration management  |x Computer programs. 
650 6 |a Logiciels  |x Gestion de configurations  |x Logiciels. 
650 7 |a COMPUTERS  |x Programming  |x Open Source.  |2 bisacsh 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x Tools.  |2 bisacsh 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x General.  |2 bisacsh 
700 1 |a Hatch, Thomas  |q (Thomas S.),  |e author. 
776 0 8 |i Print version:  |a Sebenik, Craig.  |t Salt essentials.  |d Sebastopol, California : O'Reilly Media, ©2015  |h xi, 163 pages  |z 9781491900635 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781491914427/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH28804043 
938 |a Askews and Holts Library Services  |b ASKH  |n AH28767965 
938 |a Coutts Information Services  |b COUT  |n 31819690 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL3564536 
938 |a EBSCOhost  |b EBSC  |n 1006518 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis31819690 
938 |a YBP Library Services  |b YANK  |n 12479121 
994 |a 92  |b IZTAP