- Ansible 2 Cloud Automation Cookbook
- Aditya Patawari Vikas Aggarwal
- 73字
- 2021-06-24 18:43:35
Managing secrets with Ansible Vault
Secret management is an important aspect of any configuration management tool. Ansible comes with a tool called Ansible Vault which encrypts secrets (technically, it can encrypt any arbitrary file but we will focus on secrets) at rest with 256 bit AES encryption. These secrets can be used in tasks in various ways.
To understand this better, let us create a sample secret and use it in a task.
推薦閱讀
- Practical Data Analysis
- Div+CSS 3.0網(wǎng)頁布局案例精粹
- 嵌入式系統(tǒng)應(yīng)用
- 火格局的時(shí)空變異及其在電網(wǎng)防火中的應(yīng)用
- 會(huì)聲會(huì)影X5視頻剪輯高手速成
- Drupal 7 Multilingual Sites
- TIBCO Spotfire:A Comprehensive Primer(Second Edition)
- 網(wǎng)絡(luò)綜合布線技術(shù)
- 大數(shù)據(jù)技術(shù)入門(第2版)
- JMAG電機(jī)電磁仿真分析與實(shí)例解析
- Moodle Course Design Best Practices
- CentOS 8 Essentials
- 嵌入式操作系統(tǒng)
- 電氣控制與PLC技術(shù)應(yīng)用
- 從零開始學(xué)PHP