- Ansible Quick Start Guide
- Mohamed Alibi
- 170字
- 2021-07-23 16:37:37
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
$link = "https://raw.githubusercontent.com/ansible/ansible/devel/examples/scripts/ConfigureRemotingForAnsible.ps1"
$script = "$env:temp\ConfigureRemotingForAnsible.ps1"
(New-Object -TypeName System.Net.WebClient).DownloadFile($link, $script)
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
$link = "https://raw.githubusercontent.com/ansible/ansible/devel/examples/scripts/ConfigureRemotingForAnsible.ps1"
$script = "$env:temp\ConfigureRemotingForAnsible.ps1"
(New-Object -TypeName System.Net.WebClient).DownloadFile($link, $script)
Any command-line input or output is written as follows:
sudo apt install -y expect
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."
- 基于C語言的程序設(shè)計
- TIBCO Spotfire:A Comprehensive Primer(Second Edition)
- 電腦上網(wǎng)直通車
- 計算機網(wǎng)絡(luò)應(yīng)用基礎(chǔ)
- CompTIA Linux+ Certification Guide
- 塊數(shù)據(jù)5.0:數(shù)據(jù)社會學(xué)的理論與方法
- 高維聚類知識發(fā)現(xiàn)關(guān)鍵技術(shù)研究及應(yīng)用
- 精通數(shù)據(jù)科學(xué)算法
- 深度學(xué)習(xí)與目標(biāo)檢測
- 從零開始學(xué)Java Web開發(fā)
- Learn QGIS
- 數(shù)據(jù)要素:全球經(jīng)濟社會發(fā)展的新動力
- Hands-On Business Intelligence with Qlik Sense
- DynamoDB Applied Design Patterns
- Learning Couchbase