Quellcode durchsuchen

Updated preinstall to mention separate deployment node

Signed-off-by: Lucas A. Wilson <luke.wilson@dell.com>
Lucas A. Wilson vor 4 Jahren
Ursprung
Commit
b391081fc2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
 ```