diff --git a/roles/1-prep/README.rst b/roles/1-prep/README.rst index a0ab8a3a6..c0d868f17 100644 --- a/roles/1-prep/README.rst +++ b/roles/1-prep/README.rst @@ -2,7 +2,7 @@ 1-prep README ============= -This 1st `stage `_ (1-prep) arranges low-level things like hardware, DNS, basic security -- and critical pieces sometimes needed for remote support: +This 1st `stage `_ (1-prep) arranges low-level things like remote support infra, DNS prep, hardware, low-level OS quirks, and basic security: - SSHD - OpenVPN if/as needed later for remote support diff --git a/roles/1-prep/tasks/main.yml b/roles/1-prep/tasks/main.yml index 36369aaee..55085ac76 100644 --- a/roles/1-prep/tasks/main.yml +++ b/roles/1-prep/tasks/main.yml @@ -1,4 +1,4 @@ -# Preparations (low-level, hardware, basic security) +# Preparations (low-level e.g. remote support, DNS prep, HW/OS, basic security) - name: ...IS BEGINNING ============================================ meta: noop