From 19f275317ff76bd766b696783d4d870c9dd29084 Mon Sep 17 00:00:00 2001 From: "ibrahim.tarik" Date: Tue, 7 Sep 2021 13:30:56 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e7350de..7056cf8 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,16 @@ Ansible playbook for sas4 auto installation. Steps to start the playook + 1- Add hosts in /etc/ansible/hosts 2- Create vault secret password - example: ansible-vault create secret - it will promot yoy to enter password - inside secret file add the line: (ansible_sudo_pass: yourSudoPassword) + +example: ansible-vault create secret + +it will prompt you to enter password + +inside secret file add the line: (ansible_sudo_pass: yourSudoPassword) 3- Create text file for vault secret and place inside the password of secret file from previous step