- Ansible 2 Cloud Automation Cookbook
- Aditya Patawari Vikas Aggarwal
- 170字
- 2021-06-24 18:43:32
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: "Once we have the credentials, we should put them in vars/secrets.yml."
A block of code is set as follows:
- name: Create Custom Network
gce_net:
name: my-network
mode: custom
subnet_name: "public-subnet"
subnet_region: us-west1
ipv4_range: '10.0.0.0/24'
state: "present"
service_account_email: "{{ service_account_email }}"
project_id: "{{ project_id }}"
credentials_file: "{{ credentials_file }}"
tags:
- recipe1
Any command-line input or output is written as follows:
$ pip install boto
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: "After that, from the left sidebar, select IAM & Admin and then go to the Service Accounts section."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 自動控制工程設(shè)計(jì)入門
- Verilog HDL數(shù)字系統(tǒng)設(shè)計(jì)入門與應(yīng)用實(shí)例
- Java開發(fā)技術(shù)全程指南
- 大數(shù)據(jù)安全與隱私保護(hù)
- AI 3.0
- 深度學(xué)習(xí)原理與 TensorFlow實(shí)踐
- 計(jì)算機(jī)硬件技術(shù)基礎(chǔ)(第2版)
- Learning iOS 8 for Enterprise
- 洞察大數(shù)據(jù)價值:SAS編程與數(shù)據(jù)挖掘
- 工業(yè)控制系統(tǒng)安全
- Learn SOLIDWORKS 2020
- Outlook時間管理秘笈
- Hands-On Data Analysis with NumPy and pandas
- 實(shí)戰(zhàn)Hadoop
- 數(shù)字媒體交互設(shè)計(jì)原理與方法