Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
9bba0e77
Commit
9bba0e77
authored
May 22, 2018
by
julian.gethmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete test code
parent
9e8e51d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
roles/ipa_users/tasks/ipa_users.yml
roles/ipa_users/tasks/ipa_users.yml
+0
-15
No files found.
roles/ipa_users/tasks/ipa_users.yml
deleted
100644 → 0
View file @
9e8e51d8
---
-
name
:
activate user
ipa_user
:
ipa_host
:
"
{{
ipaserver1
}}"
ipa_pass
:
"
{{
ipa_admin_pass
}}"
uid
:
"
{{
item.name
}}"
mail
:
"
{{
item.email
}}"
state
:
"
{{
item.state
}}"
displayname
:
"
{{
item.name
}}"
givenname
:
"
{{
item.firstname
}}"
# sn: "{{ item.name }}"
uidnumber
:
"
{{
item.uid
}}"
gidnumber
:
"
{{
gid
}}"
with_items
:
-
"
{{
ipa_user
}}"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment