mirror of
https://github.com/roles-ansible/ansible_collection_users.git
synced 2024-08-16 10:29:50 +02:00
commit
28a376bd7e
4 changed files with 6 additions and 4 deletions
|
@ -20,7 +20,7 @@ And it is also possible to delete users.
|
||||||
## Using this Collection
|
## Using this Collection
|
||||||
You can install the collection using ansible-galaxy by running:
|
You can install the collection using ansible-galaxy by running:
|
||||||
```bash
|
```bash
|
||||||
ansible-galaxy collection install l3d.users:1.1.2
|
ansible-galaxy collection install l3d.users:1.1.3
|
||||||
```
|
```
|
||||||
|
|
||||||
Remember you can to Upgrade to the latest version of the l3d.git collection using the ``--upgrade`` parameter:
|
Remember you can to Upgrade to the latest version of the l3d.git collection using the ``--upgrade`` parameter:
|
||||||
|
@ -45,7 +45,7 @@ You can also list a collection in ``requirements.yml``:
|
||||||
---
|
---
|
||||||
collections:
|
collections:
|
||||||
- name: l3d.users
|
- name: l3d.users
|
||||||
version: ">=1.1.2"
|
version: ">=1.1.3"
|
||||||
```
|
```
|
||||||
|
|
||||||
Global Variables:
|
Global Variables:
|
||||||
|
|
|
@ -9,7 +9,7 @@ namespace: l3d
|
||||||
name: users
|
name: users
|
||||||
|
|
||||||
# The version of the collection. Must be compatible with semantic versioning
|
# The version of the collection. Must be compatible with semantic versioning
|
||||||
version: 1.1.2
|
version: 1.1.3
|
||||||
|
|
||||||
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
||||||
readme: README.md
|
readme: README.md
|
||||||
|
|
|
@ -44,6 +44,8 @@ l3d_users__dotfiles__aliases:
|
||||||
- {alias: "gitsubpull", command: "git submodule foreach '(git checkout \\$(git symbolic-ref --short refs/remotes/origin/HEAD | sed 's@^origin/@@'); git pull ; 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 ; 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 95 1", color: false}
|
- {alias: "pwgen", command: "/usr/bin/pwgen --num-passwords=3000 --numerals --capitalize --secure --no-vowels --ambiguous 95 1", color: false}
|
||||||
- {alias: "gdiff", command: "git diff --submodule=diff", color: false}
|
- {alias: "gdiff", command: "git diff --submodule=diff", color: false}
|
||||||
|
- {alias: "ip", command: "ip ", color: true}
|
||||||
|
|
||||||
l3d_users__dotfiles__additional_user_bashrc_lines: []
|
l3d_users__dotfiles__additional_user_bashrc_lines: []
|
||||||
|
|
||||||
l3d_users__bashrc_path: "$HOME/.local/bin:$HOME/bin:$HOME/.cargo/env:$PATH"
|
l3d_users__bashrc_path: "$HOME/.local/bin:$HOME/bin:$HOME/.cargo/env:$PATH"
|
||||||
|
|
|
@ -5,5 +5,5 @@ l3d_users__dotfiles_packages:
|
||||||
- htop
|
- htop
|
||||||
- tmux
|
- tmux
|
||||||
|
|
||||||
playbook_version_number: 8
|
playbook_version_number: 9
|
||||||
playbook_version_path: 'l3d.users.dotfiles.version'
|
playbook_version_path: 'l3d.users.dotfiles.version'
|
||||||
|
|
Loading…
Reference in a new issue