Skip to content

kejrak/ansible-role-access

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible role: access

Description

Ansible role to handle user's access to remote hosts.

Variables

All variables which can be overridden are stored in defaults/main.yaml file as well as in table below.

Name Default Value Description
access_users [] Name of the user and theirs public key. (name, public_key)

Overrides

You can override the default value of access_users in inventory file stored in groups_vars/all.yaml.

user-access_users: []
  # - name: "thomasbrody"
  #   public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNUm1Ww8NaAsWRM..."

About

Simple Ansible Role to grant root access to remote hosts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published