Commit Graph

5 Commits (master)

Author SHA1 Message Date
ibrahim.tarik 19f275317f Update 'README.md' 2021-09-07 13:30:56 +00:00
ibrahim.tarik 991d6052ec Update 'sas4_vps_installation.yml' 2021-09-07 13:26:55 +00:00
ibrahim.tarik 352b4bd0b1 Update 'README.md' 2021-09-07 13:21:43 +00:00
ibrahim.tarik a22b33e5ca First Commit
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)
3- Create text file for vault secret and place inside the password of secret file from previous step
4- To execute the playbook just run the following
ansible-playbook playbook_name --sudo --vault-password-file=vault.txt
2021-09-07 13:20:39 +00:00
ibrahim.tarik 08fef990a8 Initial commit 2021-09-07 13:04:51 +00:00