Skip to content

guyaevans/guyaevans.add-user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Add-Users

Role that adds users and ssh keys

Role Variables

Variables are stored in the variable file of your playbook

add_user:
  - os_user: username1
	os_user_pw: password1
	ssh_key_file: ssh.pub

Example Playbook

- hosts: servers
  roles:
     - { role: guyaevans.add-users}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published