Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning Ansible 2.7

You're reading from   Learning Ansible 2.7 Automate your organization's infrastructure using Ansible 2.7

Arrow left icon
Product type Paperback
Published in Apr 2019
Publisher Packt
ISBN-13 9781789954333
Length 266 pages
Edition 3rd Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Fabio Alessandro Locati Fabio Alessandro Locati
Author Profile Icon Fabio Alessandro Locati
Fabio Alessandro Locati
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

Preface 1. Section 1: Creating a Web Server Using Ansible
2. Getting Started with Ansible FREE CHAPTER 3. Automating Simple Tasks 4. Section 2: Deploying Playbooks in a Production Environment
5. Scaling to Multiple Hosts 6. Handling Complex Deployment 7. Going Cloud 8. Getting Notification from Ansible 9. Section 3: Deploying an Application with Ansible
10. Creating a Custom Module 11. Debugging and Error Handling 12. Complex Environments 13. Section 4: Deploying an Application with Ansible
14. Introducing Ansible for Enterprises 15. Getting Started with AWX 16. Working with AWX Users, Permissions, and Organizations 17. Other Books You May Enjoy

Encrypting user passwords

Ansible Vault takes care of passwords that are checked in and helps you to handle them while running Ansible playbooks or commands. However, when Ansible plays are run, at times, you might need your users to enter passwords. You also want to make sure that these passwords don't appear in the comprehensive Ansible logs (the default /var/log/ansible.log location) or on stdout.

Ansible uses Passlib, which is a password-hashing library for Python, to handle encryption for prompted passwords. You can use any of the following algorithms supported by Passlib:

  • des_crypt: DES crypt
  • bsdi_crypt: BSDi crypt
  • bigcrypt: BigCrypt
  • crypt16: Crypt16
  • md5_crypt: MD5 crypt
  • bcrypt: BCrypt
  • sha1_crypt: SHA-1 crypt
  • sun_md5_crypt: Sun MD5 crypt
  • sha256_crypt: SHA-256 crypt
  • sha512_crypt: SHA-512 crypt
  • apr_md5_crypt: Apache's MD5-crypt variant
  • phpass: PHPass portable hash...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at ₹800/month. Cancel anytime