Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ics-ans-role-samba
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ics-ansible-galaxy
ics-ans-role-samba
Commits
d186a38f
Commit
d186a38f
authored
5 years ago
by
Stephane Armanet
Browse files
Options
Downloads
Patches
Plain Diff
add uploads SMB share
parent
3841f8fd
No related branches found
No related tags found
No related merge requests found
Pipeline
#17902
failed
5 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tasks/custom_pss.yml
+8
-0
8 additions, 0 deletions
tasks/custom_pss.yml
templates/smb-pss.conf.j2
+10
-0
10 additions, 0 deletions
templates/smb-pss.conf.j2
with
18 additions
and
0 deletions
tasks/custom_pss.yml
+
8
−
0
View file @
d186a38f
...
...
@@ -16,6 +16,14 @@
url_password
:
"
{{
pss_soft_artifactory_password
}}"
with_items
:
"
{{
pss_nas_software_files
}}"
-
name
:
add uploads folder
file
:
path
:
/uploads
owner
:
"
{{
pss_nas_softs_owner
}}"
group
:
"
{{
pss_nas_softs_owner
}}"
mode
:
0755
state
:
directory
-
name
:
add samba specific options file fo PSS NAS
template
:
src
:
smb-pss.conf.j2
...
...
This diff is collapsed.
Click to expand it.
templates/smb-pss.conf.j2
+
10
−
0
View file @
d186a38f
...
...
@@ -3,6 +3,16 @@
read only = yes
force user = "{{ pss_nas_softs_owner }}"
valid users =
[uploads]
path = /uploads
read only = no
valid users =
force user = "{{ pss_nas_softs_owner }}"
writeable = yes
directory mask = 0755
create mask = 0644
browseable = yes
[homes]
comment = Home Directory
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment