Skip to content

znz/ansible-role-user-dot-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible role for dot-shell of user

Requirements

  • Debian
  • Ubuntu

Role Variables

  • dot_shell_home_dir: path to user's home directory
  • dot_shell_ghq_root: path to ghq root
  • git_update: update option of git module
  • git_depth: depth option of git module
  • user_name: argument of git config --global user.name
  • user_email: argument of git config --global user.email

Dependencies

None.

Example Playbook

Normal usage:

---
- hosts: all
  become: no
  roles:
  - znz.user-dot-shell

Example requirements.yml

- src: https://github.com/znz/ansible-role-user-dot-shell
  version: master
  name: znz.user-dot-shell

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published