Bug 1566270

Summary: Missing EXAMPLE text in 2.10. Creating an Ansible User with sudo Access
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: John Brier <jbrier>
Component: DocumentationAssignee: John Brier <jbrier>
Status: CLOSED CURRENTRELEASE QA Contact: ceph-qe-bugs <ceph-qe-bugs>
Severity: low Docs Contact:
Priority: unspecified    
Version: 3.0CC: asriram, jowilkin, kdreyer, tchandra
Target Milestone: z1   
Target Release: 3.*   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-08-26 06:55:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1668330    

Description John Brier 2018-04-11 23:13:01 UTC
Description of problem:

In the "Installation Guide for Red Hat Enterprise Linux" for Ceph Storage 3

Under 2.10. Creating an Ansible User with sudo Access

https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/3/html/installation_guide_for_red_hat_enterprise_linux/requirements-for-installing-rhcs#creating-an-ansible-user-with-sudo-access

In step: "3. Set a new password for this user:" it should say EXAMPLE before "# passwd admin" but it doesn't

This:

Replace

        $USER_NAME with the new user name for the Ansible user. 

# passwd admin

should be this:

Replace

        $USER_NAME with the new user name for the Ansible user. 

EXAMPLE

# passwd admin