diff --git a/Inventory-Scope.md b/Inventory-Scope.md index 80f6ff4..408fb20 100644 --- a/Inventory-Scope.md +++ b/Inventory-Scope.md @@ -181,13 +181,13 @@ users: id: 999 password: ~ shell: "/sbin/nologin" - home: /srv/ftp + home: "/srv/ftp" admin: false - type: system + type: "system" group: ~ groups: - "{{ groups.remote.group_name }}" - services: [proftpd,sftp,ftps] + services: ["proftpd","sftp","ftps"] # @NOTE below two field/key values needed to support SFTP service, if included in previous "services" key/field ssh_authorized_keys: - "sk-ecdsa-sha2-nistp256@openssh.com olAIRPALOJRFOLGAlajnlGLNHlikhnaflgn== anon@device" @@ -242,13 +242,13 @@ users: id: 999 password: ~ shell: "/sbin/nologin" - home: /srv/ftp + home: "/srv/ftp" admin: false - type: system + type: "system" group: ~ groups: - "{{ groups.remote.group_name }}" - services: [proftpd,sftp,ftps] + services: ["proftpd","sftp","ftps"] # @NOTE below two field/key values needed to support SFTP service, if included in previous "services" key/field ssh_authorized_keys: "{{ custom_vars['shared']['ssh_authorized_keys'] }}" ssh_private_key_paths: "{{ custom_vars['shared']['ssh_private_key_paths'] }}"