Commit 737f49f6 by John Jarvis

updating comment

parent e0a9c0e6
# Creates a single user on a server # This is a test play that creates all supported user
# By default no super-user privileges # types using the user role. Example only, not meant
# Example: ansible-playbook -i "jarv.m.sandbox.edx.org," ./create_user.yml -e "user=jarv" # to be run on a real system
# Create a user with sudo privileges
# Example: ansible-playbook -i "jarv.m.sandbox.edx.org," ./create_user.yml -e "user=jarv" -e "give_sudo=true"
- name: Create all user types (test play) - name: Create all user types (test play)
hosts: all hosts: all
sudo: True sudo: True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment