Explorar el Código

Updated preinstall to mention separate deployment node

Signed-off-by: Lucas A. Wilson <luke.wilson@dell.com>
Lucas A. Wilson hace 4 años
padre
commit
b391081fc2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/PREINSTALL.md

+ 1 - 1
docs/PREINSTALL.md

@@ -5,7 +5,7 @@ Omnia assumes that prior to installation:
 * Systems have a base operating system (currently CentOS 7 or 8)
 * Network(s) has been cabled and nodes can reach the internet
 * SSH Keys for `root` have been installed on all nodes to allow for password-less SSH
-* Ansible is installed on the master node
+* Ansible is installed on either the master node or a separate deployment node
 ```
 yum install ansible
 ```