• Complain

Jeff Geerling - Ansible for DevOps: Server and configuration management for humans

Here you can read online Jeff Geerling - Ansible for DevOps: Server and configuration management for humans full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2020, publisher: Midwestern Mac, LLC, genre: Computer / Science. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover
  • Book:
    Ansible for DevOps: Server and configuration management for humans
  • Author:
  • Publisher:
    Midwestern Mac, LLC
  • Genre:
  • Year:
    2020
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Ansible for DevOps: Server and configuration management for humans: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Ansible for DevOps: Server and configuration management for humans" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Covers Ansible 2.10!Ansible is a simple, but powerful, server and configuration management tool (with a few other tricks up its sleeve). This book will help those familiar with the command line and basic shell scripting start using Ansible to provision and manage anywhere from one to thousands of servers.The book begins with fundamentals, like installing Ansible, setting up a basic inventory file, and basic concepts, then guides you through Ansibles many uses, including ad-hoc commands, basic and advanced playbooks, application deployments, multiple-provider server provisioning, and even Docker and Kubernetes orchestration! Everything is explained with pertinent real-world examples, often using Vagrant-managed virtual machines.

Jeff Geerling: author's other books


Who wrote Ansible for DevOps: Server and configuration management for humans? Find out the surname, the name of the author of the book and a list of all author's works by series.

Ansible for DevOps: Server and configuration management for humans — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Ansible for DevOps: Server and configuration management for humans" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Ansible for DevOps Server and configuration management for humans Jeff Geerling - photo 1
Ansible for DevOps
Server and configuration management for humans
Jeff Geerling

This book is for sale at http://leanpub.com/ansible-for-devops

This version was published on 2020-08-05

This is a Leanpub book Leanpub empowers authors and publishers with - photo 2

* * * * *

This is a Leanpub book. Leanpub empowers authors and publishers with the Lean Publishing process. Lean Publishing is the act of publishing an in-progress ebook using lightweight tools and many iterations to get reader feedback, pivot until you have the right book and build traction once you do.

* * * * *

2014 - 2020 Jeff Geerling

ISBN for EPUB version: 978-0-9863934-3-3

ISBN for MOBI version: 978-0-9863934-3-3

This book is dedicated to my wife, Natalie, and my children.

Editing by Margie Newman and Katherine Geerling.

Cover photograph and illustration 2011 Jeff Geerling.

Ansible is a software product distributed under the GNU GPLv3 open source license.

Foreword

Over the last few years, Ansible has rapidly become one of the most popular IT automation tools in the world. Weve seen the open source community expand from the beginning of the project in early 2012 to over 1200 individual contributors today. Ansibles modular architecture and broad applicability to a variety of automation and orchestration problems created a perfect storm for hundreds of thousands of users worldwide.

Ansible is a general purpose IT automation platform, and it can be used for a variety of purposes. From configuration management: enforcing declared state across your infrastructure, to procedural application deployment, to broad multi-component and multi-system orchestration of complicated interconnected systems. It is agentless, so it can coexist with legacy tools, and its easy to install, configure, and maintain.

Ansible had its beginnings in 2012, when Michael DeHaan, the projects founder, took inspiration from several tools he had written prior, along with some hands-on experience with the state of configuration management at the time, and launched the project in February of 2012. Some of Ansibles unique attributes like its module-based architecture and agentless approach quickly attracted attention in the open source world.

In 2013, Said Ziouani, Michael DeHaan, and I launched Ansible, Inc. We wanted to harness the growing adoption of Ansible in the open source world, and create products to fill the gaps in the IT automation space as we saw them. The existing tools were complicated, error-prone, and hard to learn. Ansible gave users across an IT organization a low barrier of entry into automation, and it could be deployed incrementally, solving as few or as many problems as the team needed without a big shift in methodology.

This book is about using Ansible in a DevOps environment. Im not going to try to define what DevOps is or isnt, or whos doing it or not. My personal interpretation of the idea is that DevOps is meant to shorten the distance between the developers writing the code, and the operators running the application. Now, I dont believe adding a new DevOps team in between existing development and operations teams achieves that objective! (Oops, now Im trying for a definition, arent I?)

Well, definitions aside, one of the first steps towards a DevOps environment is choosing tools that can be consumed by both developers and operations engineers. Ansible is one of those tools: you dont have to be a software developer to use it, and the playbooks that you write can easily be self-documenting. There have been a lot of attempts at write once, run anywhere models of application development and deployment, but I think Ansible comes the closest to providing a common language thats useful across teams and across clouds and different datacenters.

The author of this book, Jeff, has been a long-time supporter, contributor, and advocate of Ansible, and hes maintained a massive collection of impressive Ansible roles in Galaxy, the public role-sharing service maintained by Ansible, Inc. Jeff has used Ansible extensively in his professional career, and is eminently qualified to write the end-to-end book on Ansible in a DevOps environment.

As you read this book, I hope you enjoy your journey into IT automation as much as we have. Be well, do good work, and automate everything.

Tim GerlaAnsible, Inc. Co-Founder & CTO

Preface

Growing up, I had access to a world that not many kids ever get to enter. At the local radio stations where my dad was chief engineer, I was fortunate to get to see networks and IT infrastructure up close: Novell servers and old Mac and Windows workstations in the 90s; Microsoft and Linux-based servers; and everything in between. Best of all, he brought home decommissioned servers and copies of Linux burned to CD.

I began working with Linux and small-scale infrastructures before I started high school, and my passion for infrastructure grew as I built a Cat5 wired network and a small rack of networking equipment for a local grade school. When I started developing full-time, what was once a hobby became a necessary part of my job, so I invested more time in managing infrastructure efficiently. Over the past ten years, Ive gone from manually booting and configuring physical and virtual servers; to using relatively complex shell scripts to provision and configure servers; to using configuration management tools to manage thousands of cloud-based servers.

When I began converting my infrastructure to code, some of the best tools for testing, provisioning, and managing my servers were still in their infancy, but they have since matured into fully-featured, robust tools that I use every day. Vagrant is an excellent tool for managing local virtual machines to mimic real-world infrastructure locally (or in the cloud), and Ansible the subject of this book is an excellent tool for provisioning servers, managing their configuration, and deploying applications, even on my local workstation!

These tools are still improving rapidly, and Im excited for what the future holds. The time I invest in learning new infrastructure tools well will be helpful for years to come.

In these pages, Ill share with you all Ive learned about Ansible: my favorite tool for server provisioning, configuration management, and application deployment. I hope you enjoy reading this book as much as I did writing it!

Jeff Geerling, 2015

Second Edition

Ive published 23 major revisions to the book since the original 1.0 release in 2015. After major rewrites (and three new chapters) in 2019 and 2020 to reflect Ansibles changing architecture, I decided to publish the new content as a 2nd edition.

I will continue to publish revisions in the future, to keep this book relevant for as long as possible! Please visit the books website, at www.ansiblefordevops.com, for the latest updates, or to subscribe to be notified of Ansible and book news!

Jeff Geerling, 2020

Who is this book for?

Many of the developers and sysadmins I work with are at least moderately comfortable administering a Linux server via SSH, and manage between 1-100 servers, whether bare metal, virtualized, or using containers.

Some of these people have a little experience with configuration management tools (usually with Puppet or Chef), and maybe a little experience with deployments and continuous integration using tools like Jenkins, Capistrano, or Fabric. I am writing this book for these friends who, I think, are representative of most people who have heard of and/or are beginning to use Ansible.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Ansible for DevOps: Server and configuration management for humans»

Look at similar books to Ansible for DevOps: Server and configuration management for humans. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Ansible for DevOps: Server and configuration management for humans»

Discussion, reviews of the book Ansible for DevOps: Server and configuration management for humans and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.