- Implementing DevOps with Ansible 2
- Jonathan McAllister
- 228字
- 2021-07-02 19:02:50
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning. Code words in the text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "If SSH key sharing is not available Ansible also offers the option to ask for a password using the --ask-become-pass command-line argument."
A block of code is set as follows:
# File name: hellodevopsworld.yml
---
- hosts: all
tasks:
- shell: echo "hello DevOps world"
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[databaseservers]
mydbserver105.example.org
mydbserver205.example.org
[webservers]
mywbserver105.example.org
mywbserver205.example.org
Any command-line input or output is written as follows:
$ sudo apt-get install software-properties-common
$ sudo apt-add-repository ppa:ansible/ansible
$ sudo apt-get update
$ sudo apt-get install ansible
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "To install the Ansible plugin. simply navigate to Plugin Manager (as a Jenkins administrator) and select Ansible plugin from the Available plugins tab and install the plugin."
- 編程的修煉
- 小程序?qū)崙?zhàn)視頻課:微信小程序開發(fā)全案精講
- Ceph Cookbook
- 算法訓(xùn)練營:入門篇(全彩版)
- 數(shù)據(jù)結(jié)構(gòu)簡明教程(第2版)微課版
- PySide GUI Application Development(Second Edition)
- HTML5+CSS3網(wǎng)站設(shè)計(jì)基礎(chǔ)教程
- Mastering KnockoutJS
- C#程序設(shè)計(jì)基礎(chǔ):教程、實(shí)驗(yàn)、習(xí)題
- C語言開發(fā)基礎(chǔ)教程(Dev-C++)(第2版)
- HTML5從入門到精通(第4版)
- LabVIEW虛擬儀器入門與測控應(yīng)用100例
- Scratch·愛編程的藝術(shù)家
- Visual Basic程序設(shè)計(jì)(第三版)
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite