- Ansible Playbook Essentials
- Gourav Shah
- 147字
- 2021-07-16 20:47:46
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
--- # site.yml : This is a sitewide playbook - include: www.yml
Any command-line input or output is written as follows:
$ ansible-playbook simple_playbook.yml -i customhosts
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "The resultant variable hash should contain items from defaults plus the overridden values from vars".
推薦閱讀
- Java逍遙游記
- Mastering OpenLayers 3
- Advanced Machine Learning with Python
- Learning Java Functional Programming
- C語言程序設(shè)計(jì)基礎(chǔ)與實(shí)驗(yàn)指導(dǎo)
- 神經(jīng)網(wǎng)絡(luò)編程實(shí)戰(zhàn):Java語言實(shí)現(xiàn)(原書第2版)
- 64位匯編語言的編程藝術(shù)
- Troubleshooting PostgreSQL
- JavaScript 程序設(shè)計(jì)案例教程
- Learn React with TypeScript 3
- 零基礎(chǔ)入門學(xué)習(xí)Python(第2版)
- Mastering openFrameworks:Creative Coding Demystified
- 一本書講透Java線程:原理與實(shí)踐
- 鴻蒙OS應(yīng)用編程實(shí)戰(zhàn)
- Beginning C++ Game Programming