You've already forked ansible-role-unix-users
feat: support bashrc aliases, envs and functions
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -25,6 +25,18 @@ unix_users: {}
|
||||
# home: /home/alice
|
||||
# btrfs: false
|
||||
# shell: /bin/bash
|
||||
# shell_rc_files:
|
||||
# - file: "/home/alice/.bashrc.d"
|
||||
# aliases:
|
||||
# - key: "dcd"
|
||||
# value: "docker-compose down"
|
||||
# envs:
|
||||
# - export: true
|
||||
# key: "PATH"
|
||||
# value: "${XDG_BIN_DIR}:${PATH}"
|
||||
# functions:
|
||||
# - name: "foo"
|
||||
# value: "echo \"bar\""
|
||||
# group: alice
|
||||
# groups: []
|
||||
# password: ""
|
||||
|
Reference in New Issue
Block a user