|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_ocn959618114 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
160930s2016 cau ob 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e rda
|e pn
|c N$T
|d N$T
|d IDEBK
|d EBLCP
|d GW5XE
|d YDX
|d UPM
|d STF
|d OCLCF
|d COO
|d IOG
|d IDB
|d K6U
|d MERUC
|d UMI
|d S4S
|d TOH
|d VT2
|d OTZ
|d LIV
|d OCLCQ
|d ESU
|d OCLCQ
|d U3W
|d REB
|d D6H
|d CAUOI
|d VVB
|d UUM
|d CEF
|d KSU
|d DEBBG
|d ESEHU
|d AU@
|d WYU
|d UKMGB
|d UAB
|d AUD
|d LEAUB
|d MERER
|d UKAHL
|d CNCEN
|d G3B
|d OCLCQ
|d UBY
|d OCLCO
|d OCLCQ
|d OCLCO
|
015 |
|
|
|a GBB8O2076
|2 bnb
|
016 |
7 |
|
|a 019177095
|2 Uk
|
019 |
|
|
|a 959885965
|a 961008103
|a 961851677
|a 962708956
|a 967621191
|a 981928434
|a 982243899
|a 985040500
|a 999411308
|a 1005825399
|a 1008958297
|a 1011894976
|a 1026444486
|a 1048120876
|a 1058719565
|a 1066459583
|a 1066525750
|a 1086492449
|a 1097103023
|a 1103267610
|
020 |
|
|
|a 9781484216590
|q (electronic bk.)
|
020 |
|
|
|a 1484216598
|q (electronic bk.)
|
020 |
|
|
|z 9781484216606
|
020 |
|
|
|z 1484216601
|
024 |
7 |
|
|a 10.1007/978-1-4842-1659-0
|2 doi
|
029 |
1 |
|
|a AU@
|b 000058838157
|
029 |
1 |
|
|a CHNEW
|b 000886232
|
029 |
1 |
|
|a CHVBK
|b 374449325
|
029 |
1 |
|
|a GBVCP
|b 1004859910
|
029 |
1 |
|
|a UKMGB
|b 019177095
|
035 |
|
|
|a (OCoLC)959618114
|z (OCoLC)959885965
|z (OCoLC)961008103
|z (OCoLC)961851677
|z (OCoLC)962708956
|z (OCoLC)967621191
|z (OCoLC)981928434
|z (OCoLC)982243899
|z (OCoLC)985040500
|z (OCoLC)999411308
|z (OCoLC)1005825399
|z (OCoLC)1008958297
|z (OCoLC)1011894976
|z (OCoLC)1026444486
|z (OCoLC)1048120876
|z (OCoLC)1058719565
|z (OCoLC)1066459583
|z (OCoLC)1066525750
|z (OCoLC)1086492449
|z (OCoLC)1097103023
|z (OCoLC)1103267610
|
037 |
|
|
|a CL0500000845
|b Safari Books Online
|
050 |
|
4 |
|a QA76.76.C69
|
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 |
0 |
4 |
|a 004.0688
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Heap, Michael,
|e author.
|
245 |
1 |
0 |
|a Ansible :
|b from beginner to pro /
|c Michael Heap.
|
264 |
|
1 |
|a [Berkley, CA] :
|b Apress,
|c [2016]
|
264 |
|
4 |
|c Ã2016
|
300 |
|
|
|a 1 online resource
|
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
|
347 |
|
|
|b PDF
|
588 |
0 |
|
|a Online resource; title from PDF title page (EBSCO, viewed October 4, 2016).
|
504 |
|
|
|a Includes bibliographical references and index.
|
505 |
0 |
|
|a At a Glance; Contents; About the Author; About the Technical Reviewer; Acknowledgments; Chapter 1: Getting Started; What Is Configuration Management?; Infrastructure as Code; About Ansible; Puppet, Chef, and Other Configuration Management Tools; Installing Ansible; Writing Your First Playbook; Creating a Test Environment with Vagrant; About VirtualBox and Vagrant; Installing VirtualBox and Vagrant; Creating Your Environment; An Introduction to Playbooks; Your First Playbook; Playbooks and Idempotency; Summary; Chapter 2: The Inventory File; What's an Inventory?
|
505 |
8 |
|
|a Running Without VagrantConfiguration Options in the Inventory; Inventory Variable Registration; Inventory Groups; An Example Inventory; Dynamic Inventories; Multiple Inventories; Summary; Chapter 3: Installing WordPress; Installing WordPress; Environment Configuration; Installing Dependencies; Installing PHP; Installing MySQL; Installing nginx; Tasks and Handlers; Downloading WordPress; Downloading it Yourself; Downloading it Automatically; Configuring a WordPress Install; Making a Backup; Making It Idempotent; Summary; Chapter 4: Ansible Roles; Ansible Galaxy; Role Structure.
|
505 |
8 |
|
|a Splitting Up Your WordPress Playbookmheap.php; mheap.mysql; mheap.nginx; mheap.wordpress; mheap.common; Role Dependencies; Wrapper Roles; Creating Roles for Different Platforms; Tips for Writing Roles; Summary; Chapter 5: Parameterizing Playbooks; Parameterizing Your WordPress Role; Customizing the WordPress Domain Name; Variable Locations; Role Defaults (Commonly Used); Inventory Variables; Inventory Group Variables; Inventory Host Variables; Playbook Group Variables (Commonly Used); Playbook Host Variables (Commonly Used); Host Facts; Registered Variables (Commonly Used); Set Facts.
|
505 |
8 |
|
|a Playbook VariablesPlaybook vars_prompt; Playbook vars_files; Role Variables (Commonly Used); Block Variables; Task Variables; Extra Variables; Gathering Facts; Disabling Facts; Facts.d; Fact Caching; hostvars; Working with Variables; Ansible's Variable Philosophy; Summary; Chapter 6: Writing Your Own Modules; About Ansible Modules; ansible-modules-core; ansible-modules-extras; Environment Setup; Writing a Module Using Bash; Writing a Module Using Python; Writing in Any Other Programming Language; Providing Facts via a Module; Summary; Chapter 7: Orchestrating AWS; Creating an AWS Account.
|
505 |
8 |
|
|a IAM UsersKey Pairs; Security Groups; Prerequisites; Creating an Instance; Deleting Instances; Managing Instance Cardinality; Provisioning Your New Instance; Running Your WordPress Playbook; Dynamic Inventories; Creating a VPC; Summary; Chapter 8: Testing with Test Kitchen; About Test Kitchen; Installing Test Kitchen; An Introduction to ServerSpec; Writing Your First Test; More Lightweight Tests; Testing Your WordPress Role; Summary; Chapter 9: Advanced Ansible; Ansible: The Command-Line Tool; Querying the Environment; ansible-vault; ansible-galaxy; ansible-galaxy init; ansible-galaxy install.
|
520 |
|
|
|a This book is your concise guide to Ansible, the simple way to automate apps and IT infrastructure. It takes you from knowing nothing about configuration management to understanding how to use Ansible in a professional setting. You will learn how to create an Ansible playbook to set up an environment automatically, ready to install an open source project. You'll extract common tasks into roles that you can reuse across all your projects and build your infrastructure on top of existing open source roles and modules that are available for you to use. You will learn how to build your own modules to perform actions specific to your business. By the end you will create an entire cluster of virtualized machines, all of which have your applications and all their dependencies installed automatically. Finally, you'll test your Ansible playbooks. Ansible: From Beginner to Pro will teach you the key skills you need to be an Ansible professional. You'll be writing roles and modules and creating entire environments without human intervention in no time at all - add it to your library today.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Configuration management.
|
650 |
|
0 |
|a Programming languages (Electronic computers)
|
650 |
|
6 |
|a Gestion de configurations.
|
650 |
|
7 |
|a Information architecture.
|2 bicssc
|
650 |
|
7 |
|a Personal computers.
|2 bicssc
|
650 |
|
7 |
|a Information technology industries.
|2 bicssc
|
650 |
|
7 |
|a Artificial intelligence.
|2 bicssc
|
650 |
|
7 |
|a Computer programming
|x software development.
|2 bicssc
|
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 Configuration management
|2 fast
|
650 |
|
7 |
|a Programming languages (Electronic computers)
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Heap, Michael.
|t Ansible.
|d [Berkley, CA] : Apress, [2016]
|z 1484216601
|z 9781484216606
|w (OCoLC)939531702
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781484216590/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH32011260
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL4699665
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1288577
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis36308990
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 13195817
|
994 |
|
|
|a 92
|b IZTAP
|