Skip to content

Latest commit

 

History

34 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible role : bootstrap

Install packages that I commonly install. By default, for security reasons the environment variables are removed by sudo command. I usually want to keep ssh agents forwarding active, when I work as a super user. So this role adds SSH_AUTH_SOCK to default env_keep in /etc/sudoers.d/auth_socket In the past I used to /etc/sudoers, so the role remove the line from this file.

Requirements

CentOS 7 or CentOS 8

Role Variables

no role variables

Dependencies

  • hxpro.epel - install epel repository

Example Playbook

- hosts: servers
  roles:
     - { role: hxpro.bootstrap }

Testing

molecule test

License

WTFPL

Author Information

Matěj Koudelka matej@hxpro.cz

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors