Ansible for DevOps

Ansible for DevOps

Author: Jeff Geerling

Publisher:

Published: 2020-08-05

Total Pages: 452

ISBN-13: 9780986393426

DOWNLOAD EBOOK

Ansible is a simple, but powerful, server and configuration management tool. Learn to use Ansible effectively, whether you manage one server--or thousands.


The Automation Advantage: Embrace the Future of Productivity and Improve Speed, Quality, and Customer Experience Through AI

The Automation Advantage: Embrace the Future of Productivity and Improve Speed, Quality, and Customer Experience Through AI

Author: Bhaskar Ghosh

Publisher: McGraw Hill Professional

Published: 2021-12-07

Total Pages: 289

ISBN-13: 1260473309

DOWNLOAD EBOOK

From the global automation leaders at Accenture—the first-ever comprehensive blueprint for how to use and scale AI-powered intelligent automation in the enterprise to gain competitive advantage through faster speed to market, improved product quality, higher efficiency, and an elevated customer experience. Many companies were already implementing limited levels of automation when the pandemic hit. But the need to rapidly change business processes and how organizations work resulted in the compression of a decade’s worth of digital transformation into a matter of months. Technology suddenly became the essential element for rapid organizational change and the creation of 360-degree value benefiting all stakeholders. Businesses are faced with the imperative to embrace that change or risk being left behind. In The Automation Advantage, global enterprise technology and automation veterans Bhaskar Ghosh, Rajendra Prasad, and Gayathri Pallail give business leaders and managers the action plan they need to execute a strategic agenda that enables them to quickly and confidently scale their automation and AI initiatives. This practical and highly accessible implementation guide answers leaders’ burning questions, such as: How do I identify and prioritize automation opportunities? How do I assess my legacy systems and data issues? How do I derive full value out of my technology investments and automation efforts? How can I inspire my employees to embrace change and the new opportunities presented by automation? The Automation Advantage goes beyond optimizing process to using AI to transform almost any business activity in any industry to make it faster, more streamlined, cost efficient, and customer-focused—vastly improving overall productivity and performance. Featuring case studies of successful automation solutions, this indispensable road map includes guiding principles for technology, governance, culture, and leadership change. It offers a human-centric approach to AI and automation that leads to sustainable transformation and measurable business results.


Automated Enterprise Systems for Maximizing Business Performance

Automated Enterprise Systems for Maximizing Business Performance

Author: Papajorgji, Petraq

Publisher: IGI Global

Published: 2015-09-25

Total Pages: 335

ISBN-13: 1466688424

DOWNLOAD EBOOK

The integration of recent technological advances into modern business processes has allowed for greater efficiency and productivity. However, while such improvements are immensely beneficial, the modeling and coordination of these activities offers a unique set of challenges that must be addressed. Automated Enterprise Systems for Maximizing Business Performance is a pivotal reference source for the latest scholarly research on the modeling and application of automated business systems. Featuring extensive coverage on a variety of topics relating to the design, implementation, and current developments of such systems, this book is an essential reference source for information system practitioners, business managers, and advanced-level students seeking the latest research on achievements in this field. This publication features timely, research-based chapters within the context of business systems including, but not limited to, enterprise security, mobile technology, and techniques for the development of system models.


Hyperautomation

Hyperautomation

Author: Matt Calkins

Publisher: Bookbaby

Published: 2020-11-20

Total Pages: 166

ISBN-13: 9781735732909

DOWNLOAD EBOOK

HYPERAUTOMATION is a collection of expert essays on low-code development and the future of business process automation. In each chapter, an academic, analyst, implementer, or end-user examines different aspects of low-code and automation in the enterprise, clarifying both value and barriers through personal experiences and insights. With contributions from: Dr. George Westerman, MIT - Neil Ward-Dutton, IDC - Lakshmi N, Tata Consultancy Services - Sidney Fernandes & Alice Wei, University of South Florida - Lisa Heneghan, KPMG - Chris Skinner, FinTech expert - John R. Rymer, Forrester (Emeritus) - Isaac Sacolick, StarCIO - Darren Blake, Bexley Neighbourhood Care - Rob Galbraith, InsureTech expert - Ron Tolido, Capgemini - Michael Beckley, Appian All proceeds from the sale of this book will be donated to Black Girls Code, an organization providing young girls of color opportunities to learn in-demand skills in technology and computer programming.


Modernizing Enterprise Java

Modernizing Enterprise Java

Author: Markus Eisele

Publisher: "O'Reilly Media, Inc."

Published: 2021-10-21

Total Pages: 162

ISBN-13: 109810210X

DOWNLOAD EBOOK

While containers, microservices, and distributed systems dominate discussions in the tech world, the majority of applications in use today still run monolithic architectures that follow traditional development processes. This practical book helps developers examine long-established Java-based models and demonstrates how to bring these monolithic applications successfully into the future. Relying on their years of experience modernizing applications, authors Markus Eisele and Natale Vinto walk you through the steps necessary to update your organization's Java applications. You'll discover how to dismantle your monolithic application and move to an up-to-date software stack that works across cloud and on-premises installations. Learn cloud native application basics to understand what parts of your organization's Java-based applications and platforms need to migrate and modernize Understand how enterprise Java specifications can help you transition projects and teams Build a cloud native platform that supports effective development without falling into buzzword traps Find a starting point for your migration projects by identifying candidates and staging them through modernization steps Discover how to complement a traditional enterprise Java application with components on top of containers and Kubernetes


Reinventing Jobs

Reinventing Jobs

Author: Ravin Jesuthasan

Publisher: Harvard Business Press

Published: 2018-09-18

Total Pages: 227

ISBN-13: 1633694089

DOWNLOAD EBOOK

How to Optimize Human-Machine Work Combinations Your organization has made the decision to adopt automation and artificial intelligence technologies. Now, you face difficult and stubborn questions about how to implement that decision: How, when, and where should we apply automation in our organization? Is it a stark choice between humans versus machines? How do we stay on top of these technological trends as work and automation continue to evolve? Work and human capital experts Ravin Jesuthasan and John Boudreau present leaders with a new set of tools to answer these daunting questions. Transcending the endless debate about humans being replaced by machines, Jesuthasan and Boudreau show how smart leaders instead are optimizing human-automation combinations that are not only more efficient but also generate higher returns on improved performance. Based on groundbreaking primary research, Reinventing Jobs provides an original, structured approach of four distinct steps--deconstruct, optimize, automate, and reconfigure--to help leaders reinvent how work gets bundled into jobs and create optimal human-machine combinations. Jesuthasan and Boudreau show leaders how to continuously reexamine what a job really is, and they provide the tools for identifying the pivotal performance value of tasks within jobs and how these tasks should be reconstructed into new, more optimal combinations. With numerous examples and practical advice for applying the four-step process, Reinventing Jobs gives leaders a more precise, planful, and actionable way to decide how, when, and where to apply and optimize work automation.


Kubernetes Operators

Kubernetes Operators

Author: Jason Dobies

Publisher: O'Reilly Media

Published: 2020-02-21

Total Pages: 156

ISBN-13: 1492048011

DOWNLOAD EBOOK

Operators are a way of packaging, deploying, and managing Kubernetes applications. A Kubernetes application doesn't just run on Kubernetes; it's composed and managed in Kubernetes terms. Operators add application-specific operational knowledge to a Kubernetes cluster, making it easier to automate complex, stateful applications and to augment the platform. Operators can coordinate application upgrades seamlessly, react to failures automatically, and streamline repetitive maintenance like backups. Think of Operators as site reliability engineers in software. They work by extending the Kubernetes control plane and API, helping systems integrators, cluster administrators, and application developers reliably deploy and manage key services and components. Using real-world examples, authors Jason Dobies and Joshua Wood demonstrate how to use Operators today and how to create Operators for your applications with the Operator Framework and SDK. Learn how to establish a Kubernetes cluster and deploy an Operator Examine a range of Operators from usage to implementation Explore the three pillars of the Operator Framework: the Operator SDK, the Operator Lifecycle Manager, and Operator Metering Build Operators from the ground up using the Operator SDK Build, package, and run an Operator in development, testing, and production phases Learn how to distribute your Operator for installation on Kubernetes clusters


The Autonomous Enterprise

The Autonomous Enterprise

Author: Sarah Burnett

Publisher: BCS, The Chartered Institute for IT

Published: 2022-01-10

Total Pages: 140

ISBN-13: 9781780175829

DOWNLOAD EBOOK

With intelligent technology enabling us to boost efficiency and innovation and minimise risks, the case for AI in business grows. Over time, increased adoption of AI in business will give rise to the autonomous enterprise. The autonomous enterprise will turn current organisational models on its head, it will have a workforce of machines that are augmented by humans. The journey to the autonomous enterprise has already begun; organisations need to understand it, learn about the possibilities and the opportunities it presents, and the changes and risks that may come their way with its adoption. This book is your guide to this innovation, setting these concepts into real world context by covering the art of the possible today and providing glimpses into the future of business.


Automate Your Network: Introducing the Modern Approach to Enterprise Network Management

Automate Your Network: Introducing the Modern Approach to Enterprise Network Management

Author: John W. Capobianco

Publisher: Independently Published

Published: 2019-03-09

Total Pages: 214

ISBN-13: 9781799237884

DOWNLOAD EBOOK

Network automation is one of the hottest topics in Information Technology today. This revolutionary book aims to illustrate the transformative journey towards full enterprise network automation. This book outlines the tools, technologies and processes required to fully automate an enterprise network. Automated network configuration management is more than converting your network configurations to code. The benefits of source control, version control, automated builds, automated testing and automated releases are realized in the world of networking using well established software development practices. The next-generation network administrative toolkit is introduced including Microsoft Team Foundation Server, Microsoft Visual Studio Code, Git, Linux, and the Ansible framework. Not only will these new technologies be covered at length, a new and continuously integrated / continuously delivered pipeline is also introduced. Starting with safe, simple, non-intrusive, non-disruptive information gathering organizations can ease into network automation while building a dynamic library of documentation and on-demand utilities for network operations. Once comfortable with the new ecosystem, administrators can begin making fully automated, orchestrated, and tactical changes to the network. The next evolutionary leap occurs when fully automated network configuration management is implemented. Important information from the network running-configurations is abstracted into data models in a human readable format. Device configurations are dynamically templated creating a scalable, intent-based, source of truth. Much like in the world of software development, full automation of the network using a CI/CD pipeline can be realized. Automated builds, automated testing and automated scheduled releases are orchestrated and executed when changes are approved and checked into the central repository. This book is unlike any on the market today as it includes multiple Ansible playbooks, sample YAML data models and Jinja2 templates for network devices, and a whole new methodology and approach to enterprise network administration and management. The CLI no longer cuts it. Readers should take away from this book a new approach to enterprise network management and administration as well as the full knowledge and understanding of how to use TFS, VS Code, Git, and Ansible to create an automation ecosystem. Readers should have some basic understanding of modern network design, operation, and configuration. No prior programming or software development experience is required. John Capobianco has over 20 years of IT experience and is currently a Technical Advisor for the Canadian House of Commons. A graduate of St. Lawrence College's Computer Programmer Analyst program, John is also a former Professor at St. Lawrence College in the Computer Networking and Technical Support (CNTS) program. John has achieved CCNP, CCDP, CCNA: Data Center, MCITP: EA/SA, CompTIA A+ / Network+, and ITIL Foundation certifications. Having discovered a new way to interface with the network John felt compelled to share this new methodology in hopes of revolutionizing the industry and bringing network automation to the world.