Skip to content

Commit

Permalink
user_comment is configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bowen committed Dec 20, 2018
1 parent ecb6abf commit cfa769a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Available variables are listed below, along with default values (see defaults/ma
delphix_user: delphix
The user for the Delphix DDP to login to the system

user_comment: "Delphix Automation"
Comment for the user

delphix_group: delphix
The group to which delphix_user should belong

Expand Down
2 changes: 2 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

###The user for the Delphix DDP to login to the system
delphix_user: delphix
###Comment for the user
user_comment: "Delphix Automation"
### The group to which delphix_user should belong
delphix_group: delphix
### The home of the delphix_user
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
name: "{{ delphix_user }}"
home: "{{ delphix_home }}"
group: "{{ delphix_group }}"
comment: "Delphix Automation"
comment: "{{ user_comment }}"

- name: Create delphix directories
file:
Expand Down

0 comments on commit cfa769a

Please sign in to comment.