Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jullienl committed Nov 11, 2023
1 parent 1720a63 commit d715ff9
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,20 +130,28 @@ To learn more about **Setting up Windows host**, see [https://docs.ansible.com/a
And copy/paste the content of `/vars/VMware_vCenter_vars_clear.yml` example in the editor using your own information.
6. Secure your Windows credentials, using:
`ansible-vault create vars/WIN_vars_encrypted.yml`
And copy/paste the content of `/vars/WIN_vars_clear.yml` example in the editor using your own information.
```
ansible-vault create vars/WIN_vars_encrypted.yml
```
And copy/paste the content of `/vars/WIN_vars_clear.yml` example in the editor using your own information.
7. Secure your WinRM variables for the Windows hosts, using:
`ansible-vault create vars/WinRM_vars_encrypted.yml`
And copy/paste the content of `/vars/WinRM_vars_clear.yml` example in the editor using your own information.
```
ansible-vault create vars/WinRM_vars_encrypted.yml
```
And copy/paste the content of `/vars/WinRM_vars_clear.yml` example in the editor using your own information.
8. Secure your Windows DNS credentials, using:
`ansible-vault create vars/Windows_DNS_vars_encrypted.yml`
And copy/paste the content of `/vars/Windows_DNS_vars_clear.yml` example in the editor using your own information.
```
ansible-vault create vars/Windows_DNS_vars_encrypted.yml
```
And copy/paste the content of `/vars/Windows_DNS_vars_clear.yml` example in the editor using your own information.
9. Secure your iLO credentials, using:
`ansible-vault create vars/iLO_vars_encrypted.yml`
And copy/paste the content of `/vars/iLO_vars_clear.yml` example in the editor using your own information.
```
ansible-vault create vars/iLO_vars_encrypted.yml
```
And copy/paste the content of `/vars/iLO_vars_clear.yml` example in the editor using your own information.
10. Update the `hosts` Ansible inventory file with the list of servers to provision.
Expand Down

0 comments on commit d715ff9

Please sign in to comment.