Working with sensitive data-1 : Ansible Vault and using it with AWS Parameter Store

Опубликовано: 17 Июль 2026
на канале: Cumhur Akkaya
168
8

Working with sensitive data-1 : Ansible Vault and using it with AWS Parameter Store
00.00 Introduction to video
01.40 About the terraform files of the ansible installation
02.40 Connect to ansible conntrol node with SSH and explanation of SSH command, and using.
09:42 Check to ansible version and the installed ansible node.
10:24 A flow chart of the hands-on that we will apply in this video.
12:15 Create an encrypted file using "ansible-vault create" command.
16:40 Control the encrypted file using "cat" command.
17:53 Creat ansible playbooks to create new users
20:37 Explanation of ansible playbooks file
23:39 Run this playbook with ansible-vault file to create users
25:05 Control new users in etc/passwd file
25:28 Explanation of "grep" command
26:44 The reason and solution of "the warning" After running ansible playbook, appearing on the screen.
27:32 Control password of new users in etc/shadow file
28:40 Edit encrypted files with ansible-vault edit command.
29:47 Edit ansible playbooks to create new users and hashing password variable as SHA 512 in playbooks.
32:41 Run the ansible-playbook again.
33:15 Control "the warning" disappearing on the screen, after running the ansible playbook.
33:38 Explanation of hashing SHA 512
34:41 Control password of new users in etc/shadow file that encrypted it.
37:05 Explanation of next video.

Note: You can reach the article of "Working with sensitive data-1: Ansible Vault and using it with AWS Parameter Store" in my medium account:  / cmakkaya  
or LinkedIn account:  / cumhurakkaya  

In order to use the commands mentioned in the article, ansible must be installed on your machine. You can watch my video, “How to install it series: Ansible with Terraform File” on my youtube account:   • How to Install Ansible with Terraform File...  

And you can find the necessary terraform files of the ansible installation, and the policies, necessary commands, and documents in my GitHub repository: https://github.com/cmakkaya/ansible-v...