Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Chris Hines
ansible_cluster_in_a_box
Commits
6ce2212f
Commit
6ce2212f
authored
Feb 10, 2016
by
Chris Hines
Browse files
fix an error in the default provisining script for home directories
parent
2fa0b3ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/provision_homedir/vars/main.yml
View file @
6ce2212f
---
use_active_directory
:
False
provision_homedir
:
/usr/local/sbin/provision_homedir.py
homeDirEntry
:
"
{%
if
use_active_directory
%}unixHomeDirectory{%
else
%}homeDirectory
{%
endif
%}"
search_filter
:
"
{%
if
use_active_directory
%}(unixHomeDirectory=*){%
else
%}
(objectClass=posixAccount)
{%
endif
%}"
homeDirEntry
:
"
{%
if
use_active_directory
%}unixHomeDirectory{%
else
%}homeDirectory{%
endif
%}"
search_filter
:
"
{%
if
use_active_directory
%}(unixHomeDirectory=*){%
else
%}(objectClass=posixAccount){%
endif
%}"
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