From d715ff9d9cd27e959841a590c0d52c822ee5ef63 Mon Sep 17 00:00:00 2001 From: Lionel Jullien Date: Sat, 11 Nov 2023 18:38:09 +0100 Subject: [PATCH] Update README.md --- readme.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index 92ac058..4dd5f4a 100644 --- a/readme.md +++ b/readme.md @@ -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.