Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
samba
Commits
907b95f1
Commit
907b95f1
authored
May 10, 2015
by
Lars Beckers
Browse files
fixed a lot of bugs discovered by actually testing
parent
b60778be
Changes
4
Hide whitespace changes
Inline
Side-by-side
ad-auth/tasks/main.yml
View file @
907b95f1
...
...
@@ -2,7 +2,12 @@
# file: roles/ad-auth/tasks/main.yml
-
include
:
ldap.yml
-
meta
:
flush_handlers
-
include
:
nslcd.yml
-
meta
:
flush_handlers
-
include
:
nscd.yml
-
meta
:
flush_handlers
-
include
:
kerberos.yml
-
meta
:
flush_handlers
-
include
:
sudo.yml
-
meta
:
flush_handlers
ad-auth/tasks/nscd.yml
View file @
907b95f1
...
...
@@ -13,7 +13,7 @@
tags
:
nscd config
-
name
:
ensure a happy nscd
file
:
path=/etc/netgroup state=
file
file
:
path=/etc/netgroup state=
touch
notify
:
-
restart nscd
-
clear nscd caches
...
...
nfs-client/tasks/main.yml
View file @
907b95f1
...
...
@@ -34,4 +34,6 @@
script
:
create_netdir.sh pub
tags
:
fsmpi
-
meta
:
flush_handlers
-
include
:
umask.yml
-
meta
:
flush_handlers
nfs-client/templates/auto.nfs.j2
View file @
907b95f1
{% for share in nfsshares %}
{{ share }}
{{ share }}
{% endfor %}
Write
Preview
Supports
Markdown
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