Ansible 2 cloud automation cookbook :: write Ansible playbooks for AWS, Google Cloud, Microsoft Azure, and OpenStack /
Ansible has a large collection of inbuilt modules to manage various cloud resources. The book begins with the concepts needed to safeguard your credentials and explain how you interact with cloud providers to manage resources. Each chapter begins with an introduction and prerequisites to use the rig...
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2018.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Ansible has a large collection of inbuilt modules to manage various cloud resources. The book begins with the concepts needed to safeguard your credentials and explain how you interact with cloud providers to manage resources. Each chapter begins with an introduction and prerequisites to use the right modules to manage a given cloud provider. Learn about Amazon Web Services, Google Cloud, Microsoft Azure, and other providers. Each chapter shows you how to create basic computing resources, which you can then use to deploy an application. Finally, you will be able to deploy a sample application to demonstrate various usage patterns and utilities of resources. |
Beschreibung: | 1 online resource (1 volume) : illustrations |
ISBN: | 9781788298773 1788298772 178829582X 9781788295826 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1029302380 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 180322s2018 enka o 000 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d NLE |d STF |d OCLCF |d TOH |d CEF |d KSU |d DEBBG |d TEFOD |d G3B |d S9I |d N$T |d UAB |d K6U |d OCLCO |d OCLCQ |d OCLCO |d NZAUC |d NZHMA |d OCLCQ |d PSYSI |d OCLCQ |d OCLCO |d OCLCQ |d DXU | ||
020 | |a 9781788298773 |q (electronic bk.) | ||
020 | |a 1788298772 |q (electronic bk.) | ||
020 | |a 178829582X | ||
020 | |a 9781788295826 | ||
035 | |a (OCoLC)1029302380 | ||
037 | |a CL0500000949 |b Safari Books Online | ||
037 | |a A04A9616-F7B2-45AE-9FA5-FFCDE96778D4 |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a QA76.585 | |
072 | 7 | |a COM |x 013000 |2 bisacsh | |
072 | 7 | |a COM |x 014000 |2 bisacsh | |
072 | 7 | |a COM |x 018000 |2 bisacsh | |
072 | 7 | |a COM |x 067000 |2 bisacsh | |
072 | 7 | |a COM |x 032000 |2 bisacsh | |
072 | 7 | |a COM |x 037000 |2 bisacsh | |
072 | 7 | |a COM |x 052000 |2 bisacsh | |
082 | 7 | |a 004 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Patawari, Aditya, |e author. | |
245 | 1 | 0 | |a Ansible 2 cloud automation cookbook : |b write Ansible playbooks for AWS, Google Cloud, Microsoft Azure, and OpenStack / |c Aditya Patawari, Vikas Aggarwal. |
246 | 3 | 0 | |a Write Ansible playbooks for AWS, Google Cloud, Microsoft Azure, and OpenStack |
246 | 3 | |a Ansible two cloud automation cookbook | |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2018. | |
300 | |a 1 online resource (1 volume) : |b 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 data file | ||
588 | 0 | |a Online resource; title from title page (Safari, viewed March 20, 2018). | |
520 | |a Ansible has a large collection of inbuilt modules to manage various cloud resources. The book begins with the concepts needed to safeguard your credentials and explain how you interact with cloud providers to manage resources. Each chapter begins with an introduction and prerequisites to use the right modules to manage a given cloud provider. Learn about Amazon Web Services, Google Cloud, Microsoft Azure, and other providers. Each chapter shows you how to create basic computing resources, which you can then use to deploy an application. Finally, you will be able to deploy a sample application to demonstrate various usage patterns and utilities of resources. | ||
505 | 0 | |a Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Getting Started with Ansible and Cloud Management -- Introduction -- Infrastructure as Code -- Introduction of Ansible entities -- Installing Ansible -- How to do it... -- Executing the Ansible command line to check connectivity -- How to do it... -- Working with cloud providers -- Executing playbooks locally -- How to do it... -- Managing secrets with Ansible Vault -- How to do it... -- Understanding sample application -- How to do it... -- Using dynamic inventory -- How to do it... -- Using Ansible to Manage AWS EC2 -- Introduction -- Preparing Ansible to work with AWS -- How to do it... -- Creating and managing a VPC -- How to do it... -- Creating and managing security groups -- How to do it... -- How it works... -- Creating EC2 instances -- Getting ready -- How to do it... -- Creating and assigning Elastic IPs -- How to do it... -- How it works... -- Attaching volumes to instances -- Getting ready -- How to do it... -- Creating an Amazon Machine Image -- How to do it... -- Creating an Elastic Load Balancer and attaching to EC2 instances -- How to do it... -- Creating auto scaling groups -- How to do it... -- Deploying the phonebook application -- How to do it... -- Managing Amazon Web Services with Ansible -- Introduction -- Creating an RDS instance -- Getting ready -- How to do it... -- How it works... -- Creating and deleting records in Route53 -- Getting ready -- How to do it... -- How it works... -- Managing S3 objects -- How to do it... -- How it works... -- Managing Lambda -- Getting ready -- How to do it... -- How it works... -- Managing IAM users -- How to do it... -- How it works... -- Using dynamic inventory -- How to do it... -- Deploying the sample application -- How to do it... -- How it works. | |
505 | 8 | |a Exploring Google Cloud Platform with Ansible -- Introduction -- Preparing to work with Google Cloud Platform -- How to do it... -- Creating GCE instances -- How to do it... -- How it works... -- Attaching persistent disks -- How to do it... -- How it works... -- Creating snapshots for backup -- How to do it... -- How it works... -- Tagging an instance -- How to do it... -- Managing network and firewall rules -- How to do it... -- How it works... -- Managing load balancer -- How to do it... -- Managing GCE images -- How to do it... -- How it works... -- Creating instance templates -- How to do it... -- Creating managed instance groups -- How to do it... -- How it works... -- Managing objects in Google Cloud Storage -- How to do it... -- Creating a Cloud SQL instance (without Ansible module) -- How to do it... -- Using dynamic inventory -- How to do it... -- Deploying the phonebook application -- How to do it... -- How it works... -- Building Infrastructure with Microsoft Azure and Ansible -- Introduction -- Preparing Ansible to work with Azure -- How to do it... -- Creating an Azure virtual machine -- How to do it... -- How it works... -- Managing network interfaces -- How to do it... -- How it works... -- Working with public IP addresses -- How to do it... -- How it works... -- Using public IP addresses with network interfaces and virtual machines -- How do it... -- How it works... -- Managing an Azure network security group -- How to do it... -- How it works... -- Working with Azure Blob storage -- How to do it... -- How it works... -- Using a dynamic inventory -- How to do it... -- Deploying a sample application -- How to do it... -- Working with DigitalOcean and Ansible -- Introduction -- Preparing to work with DigitalOcean -- How to do it... -- Adding SSH keys to a DigitalOcean account -- How to do it... -- Creating Droplets -- How to do it... -- Managing Block Storage. | |
505 | 8 | |a How to do it... -- Attaching a Floating IP -- How to do it... -- Using a Load Balancer -- How to do it... -- Adding an A DNS record -- How to do it... -- Using dynamic inventory -- How to do it... -- Deploying a sample application -- How to do it... -- Running Containers with Docker and Ansible -- Introduction -- Preparing Ansible to work with Docker -- How to do it... -- Running a container -- How to do it... -- How it works... -- Downloading Docker images -- How to do it... -- How it works... -- Mounting volumes in containers -- How to do it... -- How it works... -- Setting up Docker Registry -- How to do it... -- How it works... -- Logging into Docker Registry -- How to do it... -- How it works... -- Using Docker Compose to manage services -- How to do it... -- How it works... -- Scaling up Compose-based service -- How to do it... -- How it works... -- Deploying a sample application -- How to do it... -- How it works... -- Diving into OpenStack with Ansible -- Introduction -- Preparing Ansible to work with OpenStack -- How to do it... -- Adding a keypair -- How to do it... -- Managing security groups -- How to do it... -- How it works... -- Managing network resources -- How to do it... -- How it works... -- Managing a Nova compute instance -- How to do it... -- How it works... -- Creating a Cinder volume and attaching it to a Nova compute instance -- How to do it... -- Managing objects in Swift -- How to do it... -- How it works... -- User management -- How to do it... -- How it works... -- Creating a flavor -- How to do it... -- Adding an image -- How to do it... -- How it works... -- Dynamic inventory -- How to do it... -- Deploying the phonebook application -- How to do it... -- Ansible Tower -- Introduction -- Installing Ansible Tower -- How to do it... -- Getting started with Tower -- How to do it... -- Adding a machine credential -- How to do it... -- Building a simple inventory -- How to do it. | |
505 | 8 | |a Executing ad-hoc commands -- How to do it... -- Using Ansible Tower with a cloud provider -- How to do it... -- Integrating Ansible roles with tower -- How to do it... -- Scheduling jobs -- How to do it... -- Ansible Tower API -- How to do it... -- Autoscaling using Callback -- How to do it... -- Other Books You May Enjoy -- Leave a review -- let other readers know what you think -- Index. | |
630 | 0 | 0 | |a Windows Azure. |0 http://id.loc.gov/authorities/names/n2010028313 |
610 | 2 | 0 | |a Amazon Web Services (Firm) |0 http://id.loc.gov/authorities/names/no2015140713 |
610 | 2 | 7 | |a Amazon Web Services (Firm) |2 fast |
630 | 0 | 7 | |a Windows Azure |2 fast |
650 | 0 | |a Cloud computing. |0 http://id.loc.gov/authorities/subjects/sh2008004883 | |
650 | 0 | |a Information technology |x Management. |0 http://id.loc.gov/authorities/subjects/sh2008006980 | |
650 | 0 | |a Application software |x Development. |0 http://id.loc.gov/authorities/subjects/sh95009362 | |
650 | 6 | |a Infonuagique. | |
650 | 6 | |a Technologie de l'information |x Gestion. | |
650 | 6 | |a Logiciels d'application |x Développement. | |
650 | 7 | |a Computer networking & communications. |2 bicssc | |
650 | 7 | |a Cloud computing. |2 bicssc | |
650 | 7 | |a Computers |x Networking |x General. |2 bisacsh | |
650 | 7 | |a Computers |x System Administration |x General. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Computer Literacy. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Computer Science. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Data Processing. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Hardware |x General. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Information Technology. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Machine Theory. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Reference. |2 bisacsh | |
650 | 7 | |a Application software |x Development |2 fast | |
650 | 7 | |a Cloud computing |2 fast | |
650 | 7 | |a Information technology |x Management |2 fast | |
700 | 1 | |a Aggarwal, Vikas, |e author. | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1728046 |3 Volltext |
938 | |a EBSCOhost |b EBSC |n 1728046 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1029302380 |
---|---|
_version_ | 1816882416435855360 |
adam_text | |
any_adam_object | |
author | Patawari, Aditya Aggarwal, Vikas |
author_facet | Patawari, Aditya Aggarwal, Vikas |
author_role | aut aut |
author_sort | Patawari, Aditya |
author_variant | a p ap v a va |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.585 |
callnumber-search | QA76.585 |
callnumber-sort | QA 276.585 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Getting Started with Ansible and Cloud Management -- Introduction -- Infrastructure as Code -- Introduction of Ansible entities -- Installing Ansible -- How to do it... -- Executing the Ansible command line to check connectivity -- How to do it... -- Working with cloud providers -- Executing playbooks locally -- How to do it... -- Managing secrets with Ansible Vault -- How to do it... -- Understanding sample application -- How to do it... -- Using dynamic inventory -- How to do it... -- Using Ansible to Manage AWS EC2 -- Introduction -- Preparing Ansible to work with AWS -- How to do it... -- Creating and managing a VPC -- How to do it... -- Creating and managing security groups -- How to do it... -- How it works... -- Creating EC2 instances -- Getting ready -- How to do it... -- Creating and assigning Elastic IPs -- How to do it... -- How it works... -- Attaching volumes to instances -- Getting ready -- How to do it... -- Creating an Amazon Machine Image -- How to do it... -- Creating an Elastic Load Balancer and attaching to EC2 instances -- How to do it... -- Creating auto scaling groups -- How to do it... -- Deploying the phonebook application -- How to do it... -- Managing Amazon Web Services with Ansible -- Introduction -- Creating an RDS instance -- Getting ready -- How to do it... -- How it works... -- Creating and deleting records in Route53 -- Getting ready -- How to do it... -- How it works... -- Managing S3 objects -- How to do it... -- How it works... -- Managing Lambda -- Getting ready -- How to do it... -- How it works... -- Managing IAM users -- How to do it... -- How it works... -- Using dynamic inventory -- How to do it... -- Deploying the sample application -- How to do it... -- How it works. Exploring Google Cloud Platform with Ansible -- Introduction -- Preparing to work with Google Cloud Platform -- How to do it... -- Creating GCE instances -- How to do it... -- How it works... -- Attaching persistent disks -- How to do it... -- How it works... -- Creating snapshots for backup -- How to do it... -- How it works... -- Tagging an instance -- How to do it... -- Managing network and firewall rules -- How to do it... -- How it works... -- Managing load balancer -- How to do it... -- Managing GCE images -- How to do it... -- How it works... -- Creating instance templates -- How to do it... -- Creating managed instance groups -- How to do it... -- How it works... -- Managing objects in Google Cloud Storage -- How to do it... -- Creating a Cloud SQL instance (without Ansible module) -- How to do it... -- Using dynamic inventory -- How to do it... -- Deploying the phonebook application -- How to do it... -- How it works... -- Building Infrastructure with Microsoft Azure and Ansible -- Introduction -- Preparing Ansible to work with Azure -- How to do it... -- Creating an Azure virtual machine -- How to do it... -- How it works... -- Managing network interfaces -- How to do it... -- How it works... -- Working with public IP addresses -- How to do it... -- How it works... -- Using public IP addresses with network interfaces and virtual machines -- How do it... -- How it works... -- Managing an Azure network security group -- How to do it... -- How it works... -- Working with Azure Blob storage -- How to do it... -- How it works... -- Using a dynamic inventory -- How to do it... -- Deploying a sample application -- How to do it... -- Working with DigitalOcean and Ansible -- Introduction -- Preparing to work with DigitalOcean -- How to do it... -- Adding SSH keys to a DigitalOcean account -- How to do it... -- Creating Droplets -- How to do it... -- Managing Block Storage. How to do it... -- Attaching a Floating IP -- How to do it... -- Using a Load Balancer -- How to do it... -- Adding an A DNS record -- How to do it... -- Using dynamic inventory -- How to do it... -- Deploying a sample application -- How to do it... -- Running Containers with Docker and Ansible -- Introduction -- Preparing Ansible to work with Docker -- How to do it... -- Running a container -- How to do it... -- How it works... -- Downloading Docker images -- How to do it... -- How it works... -- Mounting volumes in containers -- How to do it... -- How it works... -- Setting up Docker Registry -- How to do it... -- How it works... -- Logging into Docker Registry -- How to do it... -- How it works... -- Using Docker Compose to manage services -- How to do it... -- How it works... -- Scaling up Compose-based service -- How to do it... -- How it works... -- Deploying a sample application -- How to do it... -- How it works... -- Diving into OpenStack with Ansible -- Introduction -- Preparing Ansible to work with OpenStack -- How to do it... -- Adding a keypair -- How to do it... -- Managing security groups -- How to do it... -- How it works... -- Managing network resources -- How to do it... -- How it works... -- Managing a Nova compute instance -- How to do it... -- How it works... -- Creating a Cinder volume and attaching it to a Nova compute instance -- How to do it... -- Managing objects in Swift -- How to do it... -- How it works... -- User management -- How to do it... -- How it works... -- Creating a flavor -- How to do it... -- Adding an image -- How to do it... -- How it works... -- Dynamic inventory -- How to do it... -- Deploying the phonebook application -- How to do it... -- Ansible Tower -- Introduction -- Installing Ansible Tower -- How to do it... -- Getting started with Tower -- How to do it... -- Adding a machine credential -- How to do it... -- Building a simple inventory -- How to do it. Executing ad-hoc commands -- How to do it... -- Using Ansible Tower with a cloud provider -- How to do it... -- Integrating Ansible roles with tower -- How to do it... -- Scheduling jobs -- How to do it... -- Ansible Tower API -- How to do it... -- Autoscaling using Callback -- How to do it... -- Other Books You May Enjoy -- Leave a review -- let other readers know what you think -- Index. |
ctrlnum | (OCoLC)1029302380 |
dewey-full | 004 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 004 - Computer science |
dewey-raw | 004 |
dewey-search | 004 |
dewey-sort | 14 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>10266cam a2200841 i 4500</leader><controlfield tag="001">ZDB-4-EBA-on1029302380</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">180322s2018 enka o 000 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">NLE</subfield><subfield code="d">STF</subfield><subfield code="d">OCLCF</subfield><subfield code="d">TOH</subfield><subfield code="d">CEF</subfield><subfield code="d">KSU</subfield><subfield code="d">DEBBG</subfield><subfield code="d">TEFOD</subfield><subfield code="d">G3B</subfield><subfield code="d">S9I</subfield><subfield code="d">N$T</subfield><subfield code="d">UAB</subfield><subfield code="d">K6U</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">NZAUC</subfield><subfield code="d">NZHMA</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">PSYSI</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">DXU</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781788298773</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1788298772</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">178829582X</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781788295826</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1029302380</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000949</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">A04A9616-F7B2-45AE-9FA5-FFCDE96778D4</subfield><subfield code="b">OverDrive, Inc.</subfield><subfield code="n">http://www.overdrive.com</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.585</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">013000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">014000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">018000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">067000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">032000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">037000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">052000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">004</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Patawari, Aditya,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Ansible 2 cloud automation cookbook :</subfield><subfield code="b">write Ansible playbooks for AWS, Google Cloud, Microsoft Azure, and OpenStack /</subfield><subfield code="c">Aditya Patawari, Vikas Aggarwal.</subfield></datafield><datafield tag="246" ind1="3" ind2="0"><subfield code="a">Write Ansible playbooks for AWS, Google Cloud, Microsoft Azure, and OpenStack</subfield></datafield><datafield tag="246" ind1="3" ind2=" "><subfield code="a">Ansible two cloud automation cookbook</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2018.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">data file</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from title page (Safari, viewed March 20, 2018).</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Ansible has a large collection of inbuilt modules to manage various cloud resources. The book begins with the concepts needed to safeguard your credentials and explain how you interact with cloud providers to manage resources. Each chapter begins with an introduction and prerequisites to use the right modules to manage a given cloud provider. Learn about Amazon Web Services, Google Cloud, Microsoft Azure, and other providers. Each chapter shows you how to create basic computing resources, which you can then use to deploy an application. Finally, you will be able to deploy a sample application to demonstrate various usage patterns and utilities of resources.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Getting Started with Ansible and Cloud Management -- Introduction -- Infrastructure as Code -- Introduction of Ansible entities -- Installing Ansible -- How to do it... -- Executing the Ansible command line to check connectivity -- How to do it... -- Working with cloud providers -- Executing playbooks locally -- How to do it... -- Managing secrets with Ansible Vault -- How to do it... -- Understanding sample application -- How to do it... -- Using dynamic inventory -- How to do it... -- Using Ansible to Manage AWS EC2 -- Introduction -- Preparing Ansible to work with AWS -- How to do it... -- Creating and managing a VPC -- How to do it... -- Creating and managing security groups -- How to do it... -- How it works... -- Creating EC2 instances -- Getting ready -- How to do it... -- Creating and assigning Elastic IPs -- How to do it... -- How it works... -- Attaching volumes to instances -- Getting ready -- How to do it... -- Creating an Amazon Machine Image -- How to do it... -- Creating an Elastic Load Balancer and attaching to EC2 instances -- How to do it... -- Creating auto scaling groups -- How to do it... -- Deploying the phonebook application -- How to do it... -- Managing Amazon Web Services with Ansible -- Introduction -- Creating an RDS instance -- Getting ready -- How to do it... -- How it works... -- Creating and deleting records in Route53 -- Getting ready -- How to do it... -- How it works... -- Managing S3 objects -- How to do it... -- How it works... -- Managing Lambda -- Getting ready -- How to do it... -- How it works... -- Managing IAM users -- How to do it... -- How it works... -- Using dynamic inventory -- How to do it... -- Deploying the sample application -- How to do it... -- How it works.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Exploring Google Cloud Platform with Ansible -- Introduction -- Preparing to work with Google Cloud Platform -- How to do it... -- Creating GCE instances -- How to do it... -- How it works... -- Attaching persistent disks -- How to do it... -- How it works... -- Creating snapshots for backup -- How to do it... -- How it works... -- Tagging an instance -- How to do it... -- Managing network and firewall rules -- How to do it... -- How it works... -- Managing load balancer -- How to do it... -- Managing GCE images -- How to do it... -- How it works... -- Creating instance templates -- How to do it... -- Creating managed instance groups -- How to do it... -- How it works... -- Managing objects in Google Cloud Storage -- How to do it... -- Creating a Cloud SQL instance (without Ansible module) -- How to do it... -- Using dynamic inventory -- How to do it... -- Deploying the phonebook application -- How to do it... -- How it works... -- Building Infrastructure with Microsoft Azure and Ansible -- Introduction -- Preparing Ansible to work with Azure -- How to do it... -- Creating an Azure virtual machine -- How to do it... -- How it works... -- Managing network interfaces -- How to do it... -- How it works... -- Working with public IP addresses -- How to do it... -- How it works... -- Using public IP addresses with network interfaces and virtual machines -- How do it... -- How it works... -- Managing an Azure network security group -- How to do it... -- How it works... -- Working with Azure Blob storage -- How to do it... -- How it works... -- Using a dynamic inventory -- How to do it... -- Deploying a sample application -- How to do it... -- Working with DigitalOcean and Ansible -- Introduction -- Preparing to work with DigitalOcean -- How to do it... -- Adding SSH keys to a DigitalOcean account -- How to do it... -- Creating Droplets -- How to do it... -- Managing Block Storage.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">How to do it... -- Attaching a Floating IP -- How to do it... -- Using a Load Balancer -- How to do it... -- Adding an A DNS record -- How to do it... -- Using dynamic inventory -- How to do it... -- Deploying a sample application -- How to do it... -- Running Containers with Docker and Ansible -- Introduction -- Preparing Ansible to work with Docker -- How to do it... -- Running a container -- How to do it... -- How it works... -- Downloading Docker images -- How to do it... -- How it works... -- Mounting volumes in containers -- How to do it... -- How it works... -- Setting up Docker Registry -- How to do it... -- How it works... -- Logging into Docker Registry -- How to do it... -- How it works... -- Using Docker Compose to manage services -- How to do it... -- How it works... -- Scaling up Compose-based service -- How to do it... -- How it works... -- Deploying a sample application -- How to do it... -- How it works... -- Diving into OpenStack with Ansible -- Introduction -- Preparing Ansible to work with OpenStack -- How to do it... -- Adding a keypair -- How to do it... -- Managing security groups -- How to do it... -- How it works... -- Managing network resources -- How to do it... -- How it works... -- Managing a Nova compute instance -- How to do it... -- How it works... -- Creating a Cinder volume and attaching it to a Nova compute instance -- How to do it... -- Managing objects in Swift -- How to do it... -- How it works... -- User management -- How to do it... -- How it works... -- Creating a flavor -- How to do it... -- Adding an image -- How to do it... -- How it works... -- Dynamic inventory -- How to do it... -- Deploying the phonebook application -- How to do it... -- Ansible Tower -- Introduction -- Installing Ansible Tower -- How to do it... -- Getting started with Tower -- How to do it... -- Adding a machine credential -- How to do it... -- Building a simple inventory -- How to do it.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Executing ad-hoc commands -- How to do it... -- Using Ansible Tower with a cloud provider -- How to do it... -- Integrating Ansible roles with tower -- How to do it... -- Scheduling jobs -- How to do it... -- Ansible Tower API -- How to do it... -- Autoscaling using Callback -- How to do it... -- Other Books You May Enjoy -- Leave a review -- let other readers know what you think -- Index.</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">Windows Azure.</subfield><subfield code="0">http://id.loc.gov/authorities/names/n2010028313</subfield></datafield><datafield tag="610" ind1="2" ind2="0"><subfield code="a">Amazon Web Services (Firm)</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2015140713</subfield></datafield><datafield tag="610" ind1="2" ind2="7"><subfield code="a">Amazon Web Services (Firm)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">Windows Azure</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Cloud computing.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2008004883</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Information technology</subfield><subfield code="x">Management.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2008006980</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Application software</subfield><subfield code="x">Development.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh95009362</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Infonuagique.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Technologie de l'information</subfield><subfield code="x">Gestion.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels d'application</subfield><subfield code="x">Développement.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computer networking & communications.</subfield><subfield code="2">bicssc</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Cloud computing.</subfield><subfield code="2">bicssc</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computers</subfield><subfield code="x">Networking</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computers</subfield><subfield code="x">System Administration</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Computer Literacy.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Computer Science.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Data Processing.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Hardware</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Information Technology.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Machine Theory.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Reference.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Application software</subfield><subfield code="x">Development</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Cloud computing</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Information technology</subfield><subfield code="x">Management</subfield><subfield code="2">fast</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Aggarwal, Vikas,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1728046</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1728046</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-on1029302380 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:28:16Z |
institution | BVB |
isbn | 9781788298773 1788298772 178829582X 9781788295826 |
language | English |
oclc_num | 1029302380 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2018 |
publishDateSearch | 2018 |
publishDateSort | 2018 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Patawari, Aditya, author. Ansible 2 cloud automation cookbook : write Ansible playbooks for AWS, Google Cloud, Microsoft Azure, and OpenStack / Aditya Patawari, Vikas Aggarwal. Write Ansible playbooks for AWS, Google Cloud, Microsoft Azure, and OpenStack Ansible two cloud automation cookbook Birmingham, UK : Packt Publishing, 2018. 1 online resource (1 volume) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier data file Online resource; title from title page (Safari, viewed March 20, 2018). Ansible has a large collection of inbuilt modules to manage various cloud resources. The book begins with the concepts needed to safeguard your credentials and explain how you interact with cloud providers to manage resources. Each chapter begins with an introduction and prerequisites to use the right modules to manage a given cloud provider. Learn about Amazon Web Services, Google Cloud, Microsoft Azure, and other providers. Each chapter shows you how to create basic computing resources, which you can then use to deploy an application. Finally, you will be able to deploy a sample application to demonstrate various usage patterns and utilities of resources. Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Getting Started with Ansible and Cloud Management -- Introduction -- Infrastructure as Code -- Introduction of Ansible entities -- Installing Ansible -- How to do it... -- Executing the Ansible command line to check connectivity -- How to do it... -- Working with cloud providers -- Executing playbooks locally -- How to do it... -- Managing secrets with Ansible Vault -- How to do it... -- Understanding sample application -- How to do it... -- Using dynamic inventory -- How to do it... -- Using Ansible to Manage AWS EC2 -- Introduction -- Preparing Ansible to work with AWS -- How to do it... -- Creating and managing a VPC -- How to do it... -- Creating and managing security groups -- How to do it... -- How it works... -- Creating EC2 instances -- Getting ready -- How to do it... -- Creating and assigning Elastic IPs -- How to do it... -- How it works... -- Attaching volumes to instances -- Getting ready -- How to do it... -- Creating an Amazon Machine Image -- How to do it... -- Creating an Elastic Load Balancer and attaching to EC2 instances -- How to do it... -- Creating auto scaling groups -- How to do it... -- Deploying the phonebook application -- How to do it... -- Managing Amazon Web Services with Ansible -- Introduction -- Creating an RDS instance -- Getting ready -- How to do it... -- How it works... -- Creating and deleting records in Route53 -- Getting ready -- How to do it... -- How it works... -- Managing S3 objects -- How to do it... -- How it works... -- Managing Lambda -- Getting ready -- How to do it... -- How it works... -- Managing IAM users -- How to do it... -- How it works... -- Using dynamic inventory -- How to do it... -- Deploying the sample application -- How to do it... -- How it works. Exploring Google Cloud Platform with Ansible -- Introduction -- Preparing to work with Google Cloud Platform -- How to do it... -- Creating GCE instances -- How to do it... -- How it works... -- Attaching persistent disks -- How to do it... -- How it works... -- Creating snapshots for backup -- How to do it... -- How it works... -- Tagging an instance -- How to do it... -- Managing network and firewall rules -- How to do it... -- How it works... -- Managing load balancer -- How to do it... -- Managing GCE images -- How to do it... -- How it works... -- Creating instance templates -- How to do it... -- Creating managed instance groups -- How to do it... -- How it works... -- Managing objects in Google Cloud Storage -- How to do it... -- Creating a Cloud SQL instance (without Ansible module) -- How to do it... -- Using dynamic inventory -- How to do it... -- Deploying the phonebook application -- How to do it... -- How it works... -- Building Infrastructure with Microsoft Azure and Ansible -- Introduction -- Preparing Ansible to work with Azure -- How to do it... -- Creating an Azure virtual machine -- How to do it... -- How it works... -- Managing network interfaces -- How to do it... -- How it works... -- Working with public IP addresses -- How to do it... -- How it works... -- Using public IP addresses with network interfaces and virtual machines -- How do it... -- How it works... -- Managing an Azure network security group -- How to do it... -- How it works... -- Working with Azure Blob storage -- How to do it... -- How it works... -- Using a dynamic inventory -- How to do it... -- Deploying a sample application -- How to do it... -- Working with DigitalOcean and Ansible -- Introduction -- Preparing to work with DigitalOcean -- How to do it... -- Adding SSH keys to a DigitalOcean account -- How to do it... -- Creating Droplets -- How to do it... -- Managing Block Storage. How to do it... -- Attaching a Floating IP -- How to do it... -- Using a Load Balancer -- How to do it... -- Adding an A DNS record -- How to do it... -- Using dynamic inventory -- How to do it... -- Deploying a sample application -- How to do it... -- Running Containers with Docker and Ansible -- Introduction -- Preparing Ansible to work with Docker -- How to do it... -- Running a container -- How to do it... -- How it works... -- Downloading Docker images -- How to do it... -- How it works... -- Mounting volumes in containers -- How to do it... -- How it works... -- Setting up Docker Registry -- How to do it... -- How it works... -- Logging into Docker Registry -- How to do it... -- How it works... -- Using Docker Compose to manage services -- How to do it... -- How it works... -- Scaling up Compose-based service -- How to do it... -- How it works... -- Deploying a sample application -- How to do it... -- How it works... -- Diving into OpenStack with Ansible -- Introduction -- Preparing Ansible to work with OpenStack -- How to do it... -- Adding a keypair -- How to do it... -- Managing security groups -- How to do it... -- How it works... -- Managing network resources -- How to do it... -- How it works... -- Managing a Nova compute instance -- How to do it... -- How it works... -- Creating a Cinder volume and attaching it to a Nova compute instance -- How to do it... -- Managing objects in Swift -- How to do it... -- How it works... -- User management -- How to do it... -- How it works... -- Creating a flavor -- How to do it... -- Adding an image -- How to do it... -- How it works... -- Dynamic inventory -- How to do it... -- Deploying the phonebook application -- How to do it... -- Ansible Tower -- Introduction -- Installing Ansible Tower -- How to do it... -- Getting started with Tower -- How to do it... -- Adding a machine credential -- How to do it... -- Building a simple inventory -- How to do it. Executing ad-hoc commands -- How to do it... -- Using Ansible Tower with a cloud provider -- How to do it... -- Integrating Ansible roles with tower -- How to do it... -- Scheduling jobs -- How to do it... -- Ansible Tower API -- How to do it... -- Autoscaling using Callback -- How to do it... -- Other Books You May Enjoy -- Leave a review -- let other readers know what you think -- Index. Windows Azure. http://id.loc.gov/authorities/names/n2010028313 Amazon Web Services (Firm) http://id.loc.gov/authorities/names/no2015140713 Amazon Web Services (Firm) fast Windows Azure fast Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Information technology Management. http://id.loc.gov/authorities/subjects/sh2008006980 Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Infonuagique. Technologie de l'information Gestion. Logiciels d'application Développement. Computer networking & communications. bicssc Cloud computing. bicssc Computers Networking General. bisacsh Computers System Administration General. bisacsh COMPUTERS Computer Literacy. bisacsh COMPUTERS Computer Science. bisacsh COMPUTERS Data Processing. bisacsh COMPUTERS Hardware General. bisacsh COMPUTERS Information Technology. bisacsh COMPUTERS Machine Theory. bisacsh COMPUTERS Reference. bisacsh Application software Development fast Cloud computing fast Information technology Management fast Aggarwal, Vikas, author. FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1728046 Volltext |
spellingShingle | Patawari, Aditya Aggarwal, Vikas Ansible 2 cloud automation cookbook : write Ansible playbooks for AWS, Google Cloud, Microsoft Azure, and OpenStack / Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Getting Started with Ansible and Cloud Management -- Introduction -- Infrastructure as Code -- Introduction of Ansible entities -- Installing Ansible -- How to do it... -- Executing the Ansible command line to check connectivity -- How to do it... -- Working with cloud providers -- Executing playbooks locally -- How to do it... -- Managing secrets with Ansible Vault -- How to do it... -- Understanding sample application -- How to do it... -- Using dynamic inventory -- How to do it... -- Using Ansible to Manage AWS EC2 -- Introduction -- Preparing Ansible to work with AWS -- How to do it... -- Creating and managing a VPC -- How to do it... -- Creating and managing security groups -- How to do it... -- How it works... -- Creating EC2 instances -- Getting ready -- How to do it... -- Creating and assigning Elastic IPs -- How to do it... -- How it works... -- Attaching volumes to instances -- Getting ready -- How to do it... -- Creating an Amazon Machine Image -- How to do it... -- Creating an Elastic Load Balancer and attaching to EC2 instances -- How to do it... -- Creating auto scaling groups -- How to do it... -- Deploying the phonebook application -- How to do it... -- Managing Amazon Web Services with Ansible -- Introduction -- Creating an RDS instance -- Getting ready -- How to do it... -- How it works... -- Creating and deleting records in Route53 -- Getting ready -- How to do it... -- How it works... -- Managing S3 objects -- How to do it... -- How it works... -- Managing Lambda -- Getting ready -- How to do it... -- How it works... -- Managing IAM users -- How to do it... -- How it works... -- Using dynamic inventory -- How to do it... -- Deploying the sample application -- How to do it... -- How it works. Exploring Google Cloud Platform with Ansible -- Introduction -- Preparing to work with Google Cloud Platform -- How to do it... -- Creating GCE instances -- How to do it... -- How it works... -- Attaching persistent disks -- How to do it... -- How it works... -- Creating snapshots for backup -- How to do it... -- How it works... -- Tagging an instance -- How to do it... -- Managing network and firewall rules -- How to do it... -- How it works... -- Managing load balancer -- How to do it... -- Managing GCE images -- How to do it... -- How it works... -- Creating instance templates -- How to do it... -- Creating managed instance groups -- How to do it... -- How it works... -- Managing objects in Google Cloud Storage -- How to do it... -- Creating a Cloud SQL instance (without Ansible module) -- How to do it... -- Using dynamic inventory -- How to do it... -- Deploying the phonebook application -- How to do it... -- How it works... -- Building Infrastructure with Microsoft Azure and Ansible -- Introduction -- Preparing Ansible to work with Azure -- How to do it... -- Creating an Azure virtual machine -- How to do it... -- How it works... -- Managing network interfaces -- How to do it... -- How it works... -- Working with public IP addresses -- How to do it... -- How it works... -- Using public IP addresses with network interfaces and virtual machines -- How do it... -- How it works... -- Managing an Azure network security group -- How to do it... -- How it works... -- Working with Azure Blob storage -- How to do it... -- How it works... -- Using a dynamic inventory -- How to do it... -- Deploying a sample application -- How to do it... -- Working with DigitalOcean and Ansible -- Introduction -- Preparing to work with DigitalOcean -- How to do it... -- Adding SSH keys to a DigitalOcean account -- How to do it... -- Creating Droplets -- How to do it... -- Managing Block Storage. How to do it... -- Attaching a Floating IP -- How to do it... -- Using a Load Balancer -- How to do it... -- Adding an A DNS record -- How to do it... -- Using dynamic inventory -- How to do it... -- Deploying a sample application -- How to do it... -- Running Containers with Docker and Ansible -- Introduction -- Preparing Ansible to work with Docker -- How to do it... -- Running a container -- How to do it... -- How it works... -- Downloading Docker images -- How to do it... -- How it works... -- Mounting volumes in containers -- How to do it... -- How it works... -- Setting up Docker Registry -- How to do it... -- How it works... -- Logging into Docker Registry -- How to do it... -- How it works... -- Using Docker Compose to manage services -- How to do it... -- How it works... -- Scaling up Compose-based service -- How to do it... -- How it works... -- Deploying a sample application -- How to do it... -- How it works... -- Diving into OpenStack with Ansible -- Introduction -- Preparing Ansible to work with OpenStack -- How to do it... -- Adding a keypair -- How to do it... -- Managing security groups -- How to do it... -- How it works... -- Managing network resources -- How to do it... -- How it works... -- Managing a Nova compute instance -- How to do it... -- How it works... -- Creating a Cinder volume and attaching it to a Nova compute instance -- How to do it... -- Managing objects in Swift -- How to do it... -- How it works... -- User management -- How to do it... -- How it works... -- Creating a flavor -- How to do it... -- Adding an image -- How to do it... -- How it works... -- Dynamic inventory -- How to do it... -- Deploying the phonebook application -- How to do it... -- Ansible Tower -- Introduction -- Installing Ansible Tower -- How to do it... -- Getting started with Tower -- How to do it... -- Adding a machine credential -- How to do it... -- Building a simple inventory -- How to do it. Executing ad-hoc commands -- How to do it... -- Using Ansible Tower with a cloud provider -- How to do it... -- Integrating Ansible roles with tower -- How to do it... -- Scheduling jobs -- How to do it... -- Ansible Tower API -- How to do it... -- Autoscaling using Callback -- How to do it... -- Other Books You May Enjoy -- Leave a review -- let other readers know what you think -- Index. Windows Azure. http://id.loc.gov/authorities/names/n2010028313 Amazon Web Services (Firm) http://id.loc.gov/authorities/names/no2015140713 Amazon Web Services (Firm) fast Windows Azure fast Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Information technology Management. http://id.loc.gov/authorities/subjects/sh2008006980 Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Infonuagique. Technologie de l'information Gestion. Logiciels d'application Développement. Computer networking & communications. bicssc Cloud computing. bicssc Computers Networking General. bisacsh Computers System Administration General. bisacsh COMPUTERS Computer Literacy. bisacsh COMPUTERS Computer Science. bisacsh COMPUTERS Data Processing. bisacsh COMPUTERS Hardware General. bisacsh COMPUTERS Information Technology. bisacsh COMPUTERS Machine Theory. bisacsh COMPUTERS Reference. bisacsh Application software Development fast Cloud computing fast Information technology Management fast |
subject_GND | http://id.loc.gov/authorities/names/n2010028313 http://id.loc.gov/authorities/names/no2015140713 http://id.loc.gov/authorities/subjects/sh2008004883 http://id.loc.gov/authorities/subjects/sh2008006980 http://id.loc.gov/authorities/subjects/sh95009362 |
title | Ansible 2 cloud automation cookbook : write Ansible playbooks for AWS, Google Cloud, Microsoft Azure, and OpenStack / |
title_alt | Write Ansible playbooks for AWS, Google Cloud, Microsoft Azure, and OpenStack Ansible two cloud automation cookbook |
title_auth | Ansible 2 cloud automation cookbook : write Ansible playbooks for AWS, Google Cloud, Microsoft Azure, and OpenStack / |
title_exact_search | Ansible 2 cloud automation cookbook : write Ansible playbooks for AWS, Google Cloud, Microsoft Azure, and OpenStack / |
title_full | Ansible 2 cloud automation cookbook : write Ansible playbooks for AWS, Google Cloud, Microsoft Azure, and OpenStack / Aditya Patawari, Vikas Aggarwal. |
title_fullStr | Ansible 2 cloud automation cookbook : write Ansible playbooks for AWS, Google Cloud, Microsoft Azure, and OpenStack / Aditya Patawari, Vikas Aggarwal. |
title_full_unstemmed | Ansible 2 cloud automation cookbook : write Ansible playbooks for AWS, Google Cloud, Microsoft Azure, and OpenStack / Aditya Patawari, Vikas Aggarwal. |
title_short | Ansible 2 cloud automation cookbook : |
title_sort | ansible 2 cloud automation cookbook write ansible playbooks for aws google cloud microsoft azure and openstack |
title_sub | write Ansible playbooks for AWS, Google Cloud, Microsoft Azure, and OpenStack / |
topic | Windows Azure. http://id.loc.gov/authorities/names/n2010028313 Amazon Web Services (Firm) http://id.loc.gov/authorities/names/no2015140713 Amazon Web Services (Firm) fast Windows Azure fast Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Information technology Management. http://id.loc.gov/authorities/subjects/sh2008006980 Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Infonuagique. Technologie de l'information Gestion. Logiciels d'application Développement. Computer networking & communications. bicssc Cloud computing. bicssc Computers Networking General. bisacsh Computers System Administration General. bisacsh COMPUTERS Computer Literacy. bisacsh COMPUTERS Computer Science. bisacsh COMPUTERS Data Processing. bisacsh COMPUTERS Hardware General. bisacsh COMPUTERS Information Technology. bisacsh COMPUTERS Machine Theory. bisacsh COMPUTERS Reference. bisacsh Application software Development fast Cloud computing fast Information technology Management fast |
topic_facet | Windows Azure. Amazon Web Services (Firm) Windows Azure Cloud computing. Information technology Management. Application software Development. Infonuagique. Technologie de l'information Gestion. Logiciels d'application Développement. Computer networking & communications. Computers Networking General. Computers System Administration General. COMPUTERS Computer Literacy. COMPUTERS Computer Science. COMPUTERS Data Processing. COMPUTERS Hardware General. COMPUTERS Information Technology. COMPUTERS Machine Theory. COMPUTERS Reference. Application software Development Cloud computing Information technology Management |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1728046 |
work_keys_str_mv | AT patawariaditya ansible2cloudautomationcookbookwriteansibleplaybooksforawsgooglecloudmicrosoftazureandopenstack AT aggarwalvikas ansible2cloudautomationcookbookwriteansibleplaybooksforawsgooglecloudmicrosoftazureandopenstack AT patawariaditya writeansibleplaybooksforawsgooglecloudmicrosoftazureandopenstack AT aggarwalvikas writeansibleplaybooksforawsgooglecloudmicrosoftazureandopenstack AT patawariaditya ansibletwocloudautomationcookbook AT aggarwalvikas ansibletwocloudautomationcookbook |