- Security Automation with Ansible 2
- Madhu Akula Akash Mahajan
- 200字
- 2021-07-02 21:59:49
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 text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The harden.yml performs hardening of MySQL server configuration" A block of code is set as follows:
- name: deletes anonymous mysql user
mysql_user:
user: ""
state: absent
login_password: "{{ mysql_root_password }}"
login_user: root
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
- name: deletes anonymous mysql user
mysql_user:
user: ""
state: absent
login_password: "{{ mysql_root_password }}"
login_user: root
Any command-line input or output is written as follows:
ansible-playbook -i inventory playbook.yml
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: "Click on Confirm Security Exception and continue to proceed with the installation steps"
Warnings or important notes appear like this.
Tips and tricks appear like this.
- Ansible Configuration Management
- Hands-On Internet of Things with MQTT
- Java實用組件集
- Blockchain Quick Start Guide
- 程序設(shè)計語言與編譯
- 返璞歸真:UNIX技術(shù)內(nèi)幕
- 大型數(shù)據(jù)庫管理系統(tǒng)技術(shù)、應(yīng)用與實例分析:SQL Server 2005
- OpenStack Cloud Computing Cookbook(Second Edition)
- RPA(機器人流程自動化)快速入門:基于Blue Prism
- 塊數(shù)據(jù)5.0:數(shù)據(jù)社會學(xué)的理論與方法
- 數(shù)據(jù)掘金
- LAMP網(wǎng)站開發(fā)黃金組合Linux+Apache+MySQL+PHP
- Building Google Cloud Platform Solutions
- 貫通開源Web圖形與報表技術(shù)全集
- 電動汽車驅(qū)動與控制技術(shù)