Update 'README.md'
parent
991d6052ec
commit
19f275317f
|
@ -3,11 +3,15 @@
|
||||||
Ansible playbook for sas4 auto installation.
|
Ansible playbook for sas4 auto installation.
|
||||||
|
|
||||||
Steps to start the playook
|
Steps to start the playook
|
||||||
|
|
||||||
1- Add hosts in /etc/ansible/hosts
|
1- Add hosts in /etc/ansible/hosts
|
||||||
|
|
||||||
2- Create vault secret password
|
2- Create vault secret password
|
||||||
|
|
||||||
example: ansible-vault create secret
|
example: ansible-vault create secret
|
||||||
it will promot yoy to enter password
|
|
||||||
|
it will prompt you to enter password
|
||||||
|
|
||||||
inside secret file add the line: (ansible_sudo_pass: yourSudoPassword)
|
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
|
3- Create text file for vault secret and place inside the password of secret file from previous step
|
||||||
|
|
Loading…
Reference in New Issue