Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ucegg
ansible
Commits
9bba0e77
Commit
9bba0e77
authored
May 22, 2018
by
julian.gethmann
Browse files
Delete test code
parent
9e8e51d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
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