We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b02f43 commit 0f6df4cCopy full SHA for 0f6df4c
README.md
@@ -26,13 +26,13 @@ These Ansible playbooks are made to help install secure Linux servers faster.
26
27
28
29
-Run the requirements playbook:
+Run the requirements playbook using the root password you specified while installing the server:
30
31
ansible-playbook --inventory hosts.yml --ask-pass requirements-playbook.yml
32
33
34
35
-Run the main playbook:
+Run the main playbook with the new users password you specified in the *variables.yml* file:
36
37
ansible-playbook --inventory hosts.yml --ask-pass main-playbook.yml
38
0 commit comments