Cargando…

Implementing DevOps with Ansible 2.

Leverage the power of Ansible 2 and related tools and scale DevOps processesAbout This Book* Learn how to use Ansible playbooks along with YAML and JINJA to create efficient DevOps solutions* Use Ansible to provision and automate Docker containers and images* Learn the fundamentals of Continuous Int...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: McAllister, Jonathan
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2017.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ma 4500
001 EBOOKCENTRAL_ocn995621789
003 OCoLC
005 20240329122006.0
006 m o d
007 cr |n|||||||||
008 170728s2017 enk o 000 0 eng d
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d EBLCP  |d YDX  |d OCLCQ  |d MERUC  |d NLE  |d OCLCO  |d IDB  |d COO  |d OCLCQ  |d OCLCF  |d WYU  |d LVT  |d UKAHL  |d UKMGB  |d OCLCQ  |d OCLCO  |d K6U  |d OCLCQ  |d OCLCO  |d OCLCL 
015 |a GBB7D4005  |2 bnb 
016 7 |a 018448275  |2 Uk 
019 |a 995273248  |a 996415437  |a 999580692 
020 |a 178712651X  |q (ebk) 
020 |a 9781787126510 
020 |z 1787120538 
020 |z 9781787120532 
029 1 |a AU@  |b 000066232040 
029 1 |a UKMGB  |b 018448275 
029 1 |a AU@  |b 000060652606 
035 |a (OCoLC)995621789  |z (OCoLC)995273248  |z (OCoLC)996415437  |z (OCoLC)999580692 
037 |a 1022890  |b MIL 
050 4 |a T55.4-60.8 
082 0 4 |a 004.7  |2 23 
049 |a UAMI 
100 1 |a McAllister, Jonathan. 
245 1 0 |a Implementing DevOps with Ansible 2. 
260 |a Birmingham :  |b Packt Publishing,  |c 2017. 
300 |a 1 online resource (266 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Print version record. 
505 0 |a Cover ; Copyright; Credits; About the Author; Acknowledgments; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: DevOps Fundamentals ; DevOps 101; Culture; Automation; Measurement; Sharing; The History of DevOps; Strides toward the future; DevOps in the Modern Software Organization; The DevOps assembly line; Correlations between a DevOps assembly line and manufacturing; DevOps architectures and practices; Encapsulated software development; Microservices; Continuous Integration and Continuous Delivery; Modularity; Horizontal scalability. 
505 8 |a Blue-green deploymentsArtifact management and versioning; Symmetrical environments; Summary; Chapter 2: Configuration Management Essentials ; Understanding Configuration Management; Origins of Configuration Management; The Aims of Configuration Management; Scenario 1; Scenario 2; Scenario 3; Scenario 4; Basic Principles of Configuration Management; Configuration Management Best Practices; How Ansible Simplifies DevOps Implementations; Binary Artifact Management and Ansible; Summary; Chapter 3: Installing, Configuring, and Running Ansible ; Installing Ansible. 
505 8 |a Red Hat Enterprise Linux via Configuration ManagementApt for Debian/Apt for Ubuntu; Porting Ansible to Gentoo; PKG for FreeBSD; Pip for macOS; OpenCSW for Solaris/SunOS; Via Python pip; Once Ansible has been installed; Setting up authentication between the control server and hosts; The Ansible Architecture; Open source; Module-based; Agentless; Pluggable; Local automation execution using Ansible; Remote automation execution using Ansible; Container-oriented automation; The Ansible Command-Line Interface; Usage: ansible [options]; Ansible command-line examples. 
505 8 |a Configuring AnsibleCommon base configuration items; The Ansible Inventory; Defined inventory groups; Loose inventory items/hosts/devices; Executing playbook's and targeting specific inventory files and groups; Summary; Chapter 4: Playbooks and Inventory Files ; Ansible Playbook Constructs; The programming languages that make up a playbook; YAML; Jinja2 -- a brief introduction; Constructing an Ansible playbook; Hosts; Variables (vars/vars_files); Tasks/plays; Ansible Play's and Task's; Ansible plays; Ansible tasks; Multiline task parameters; Variables and Variable Files; Basic variable syntax. 
505 8 |a Variable filesHosts and Inventory; Targeting Infrastructure; Ansible Modules; Managing packages in Ansible; Yum; The apt-get and dpkg; Managing users in Ansible; File and directory management in Ansible; Managing services in Ansible; Transferring files in Ansible; Summary; Chapter 5: Playbooks -- Beyond the Fundamentals ; playbook's and Conditional Logic; Iterators and Loops; Basic loops using with_items; Nested loops using with_nested; Looping over hashes using with_dict; Iterating over files using with_file; Iterating over sequential numbers; The do until iterator. 
520 8 |a Leverage the power of Ansible 2 and related tools and scale DevOps processesAbout This Book* Learn how to use Ansible playbooks along with YAML and JINJA to create efficient DevOps solutions* Use Ansible to provision and automate Docker containers and images* Learn the fundamentals of Continuous Integration and Continuous Delivery and how to leverage Ansible to implement these modern DevOps* Learn the fundamentals of creating custom Ansible modules* Learn the fundamentals of Ansible Galaxy* Follow along step-by-step as we teach you to scale Ansible for your DevOps processesWho This Book Is ForIf you are a DevOps engineer, administrator, or developer and want to implement the DevOps environment in your organization using Ansible, then this book is for you. What You Will Learn* Get to the grips with the fundamentals of Ansible 2.2 and how you can benefit from leveraging Ansible for DevOps.* Adapt the DevOps process and learn how Ansible and other tools can be used to automate it.* Start automating Continuous Integration and Continuous Delivery tasks using Ansible* Maximize the advantages of tools such as Docker, Jenkins, JIRA, and many more to implement the DevOps culture.* Integrate DevOps tools with Ansible* Extend Ansible using Python and create custom modules that integrate with unique specific technology stacks* Connect and control the states of various third-party applications such as GIT, SVN, Artifactory, Nexus, Jira, Hipchat, Slack, Nginx, and othersIn DetailThinking about adapting the DevOps culture for your organization using a very simple, yet powerful automation tool, Ansible 2? Then this book is for you!In this book, you will start with the role of Ansible in the DevOps module, which covers fundamental DevOps practices and how Ansible is leveraged by DevOps organizations to implement consistent and simplified configuration management and deployment. You will then move on to the next module, Ansible with DevOps, where you will understand Ansible fundamentals and how Ansible Playbooks can be used for simple configuration management and deployment tasks. After simpler tasks, you will move on to the third module, Ansible Syntax and Playbook Development, where you will learn advanced configuration management implementations, and use Ansible Vault to secure top-secret information in your organization. In this module, you will also learn about popular DevOps tools and the support that Ansible provides for them (MYSQL, NGINX, APACHE and so on). The last module, Scaling Ansible for the enterprise, is where you will integrate Ansible with CI and CD solutions and provision Docker containers using Ansible. By the end of the book you will have learned to use Ansible to leverage your DevOps tasks. Style and approachA step-by-step guide to automating all DevOps stages with ease using Ansible. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
630 0 0 |a Ansible (Computer program language) 
650 0 |a Software configuration management. 
650 0 |a Open source software. 
650 6 |a Logiciels  |x Gestion de configurations. 
650 6 |a Logiciels libres. 
650 7 |a Open source software  |2 fast 
650 7 |a Software configuration management  |2 fast 
758 |i has work:  |a Implementing DevOps with Ansible 2 (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCYWKbvYDJvKt4vMG7ydVcq  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a McAllister, Jonathan.  |t Implementing DevOps with Ansible 2.  |d Birmingham : Packt Publishing, 2017  |z 1787120538  |z 9781787120532  |w (OCoLC)987901648 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=4924079  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH33008530 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4924079 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis38039488 
938 |a YBP Library Services  |b YANK  |n 14714222 
994 |a 92  |b IZTAP