Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ansible
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
36
Issues
36
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
8b2b7764
Commit
8b2b7764
authored
May 04, 2018
by
julian.gethmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in IPA users and hosts handling
parent
4d07267d
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
280 additions
and
280 deletions
+280
-280
add_ipa_host.yml
add_ipa_host.yml
+1
-1
group_vars/all/vault.yml
group_vars/all/vault.yml
+277
-277
ipa_user.yml
ipa_user.yml
+1
-1
roles/ipa_users/tasks/main.yml
roles/ipa_users/tasks/main.yml
+1
-1
No files found.
add_ipa_host.yml
View file @
8b2b7764
---
---
-
hosts
:
ipa
-
hosts
:
all
remote_user
:
root
remote_user
:
root
vars
:
vars
:
# loc: 620
# loc: 620
...
...
group_vars/all/vault.yml
View file @
8b2b7764
This diff is collapsed.
Click to expand it.
ipa_user.yml
View file @
8b2b7764
---
---
-
hosts
:
ipa
-
hosts
:
all
vars
:
vars
:
vars_prompt
:
vars_prompt
:
-
name
:
"
ipa_admin_pass"
-
name
:
"
ipa_admin_pass"
...
...
roles/ipa_users/tasks/main.yml
View file @
8b2b7764
...
@@ -12,4 +12,4 @@
...
@@ -12,4 +12,4 @@
uidnumber
:
"
{{
item.uid
}}"
uidnumber
:
"
{{
item.uid
}}"
gidnumber
:
"
{{
gid
}}"
gidnumber
:
"
{{
gid
}}"
with_items
:
with_items
:
-
"
{{
ipa_user
}}"
-
"
{{
ipa_user
s
}}"
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