1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_dotfiles.git synced 2024-08-16 16:09:49 +02:00

update default pwgen method

This commit is contained in:
L3D 2021-01-26 16:26:57 +01:00 committed by Lilian Roller
parent 17ea901798
commit d51c5a9230
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ dotfiles__aliases:
- { alias: "EDITOR", command: "/usr/bin/vim", color: false } - { alias: "EDITOR", command: "/usr/bin/vim", color: false }
- { alias: "VISUAL", command: "/usr/bin/gedit", color: false } - { alias: "VISUAL", command: "/usr/bin/gedit", color: false }
- { alias: "gitsubpull", command: "git submodule foreach '(git checkout \\$(git symbolic-ref --short refs/remotes/origin/HEAD | sed 's@^origin/@@'); git pull)'", color: false } - { alias: "gitsubpull", command: "git submodule foreach '(git checkout \\$(git symbolic-ref --short refs/remotes/origin/HEAD | sed 's@^origin/@@'); git pull)'", color: false }
- { alias: "pwgen", command: "/usr/bin/pwgen --num-passwords=3000 --numerals --capitalize --secure --no-vowels --ambiguous --symbols 95 1", color: false } - { alias: "pwgen", command: "/usr/bin/pwgen --num-passwords=3000 --numerals --capitalize --secure --no-vowels --ambiguous 95 1", color: false }
# enable bash completion # enable bash completion
dotfiles__bash_completion_enabled: true dotfiles__bash_completion_enabled: true

View file

@ -1,3 +1,3 @@
--- ---
playbook_version_number: 2068 # should be increased integer playbook_version_number: 2069 # should be increased integer
playbook_version_path: 'role_dotfiles_chaos-bodensee_github.version' playbook_version_path: 'role_dotfiles_chaos-bodensee_github.version'