Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ics-ans-role-rsync
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
Container Registry
Model registry
Operate
Environments
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-rsync
Commits
9e44af5e
Commit
9e44af5e
authored
5 years ago
by
Te-Hung Tseng
Browse files
Options
Downloads
Patches
Plain Diff
Added variables to further fit with ics-ans-role-nas
parent
af3fffc8
No related branches found
Branches containing commit
Tags
v0.1.0
Tags containing commit
No related merge requests found
Pipeline
#16264
passed
5 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+6
-5
6 additions, 5 deletions
README.md
defaults/main.yml
+6
-5
6 additions, 5 deletions
defaults/main.yml
with
12 additions
and
10 deletions
README.md
+
6
−
5
View file @
9e44af5e
...
...
@@ -35,6 +35,7 @@ Example Playbook
Role Variables
--------------
```
yaml
rsync_server_pool_name
:
pool
# defaults file for rsync-server
rsync_server_uid
:
root
rsync_server_gid
:
root
...
...
@@ -48,9 +49,9 @@ rsync_server_readonly: false
# rsync_server_timeout: 0 # 0 by default, indicates unlimited.
# rsync_server_max_connections: 0 # 0 by default, indicates unlimited.
rsync_server_shares
:
[]
#
- name:
replace
me
# path:
/foo/lab/bar-01
# hosts_allow: 10.4.3.15, 172.30.4.0/24,
learning-01
.cslab.esss.lu.se
# - name:
client_hostna
me
# path:
"{{ rsync_server_pool_name }}/client_hostname"
# hosts_allow: 10.4.3.15, 172.30.4.0/24,
client_hostname
.cslab.esss.lu.se
# comment: dummy client to be replaced in CS-entry
# read_only: false
# uid: nobody
...
...
@@ -59,8 +60,8 @@ rsync_server_shares: []
# timeout: 600
# max_connections: 10
# - name: client2
# path:
/learning/lab/learning-02
# hosts_allow:
learning-01
.cslab.esss.lu.se
learning-02
.cslab.esss.lu.se
# path:
"{{ rsync_server_pool_name }}/client2"
# hosts_allow:
client2
.cslab.esss.lu.se
client_hostname
.cslab.esss.lu.se
License
-------
...
...
This diff is collapsed.
Click to expand it.
defaults/main.yml
+
6
−
5
View file @
9e44af5e
---
rsync_server_pool_name
:
pool
# defaults file for rsync-server
rsync_server_uid
:
root
rsync_server_gid
:
root
...
...
@@ -12,9 +13,9 @@ rsync_server_readonly: false
# rsync_server_timeout: 0 # 0 by default, indicates unlimited.
# rsync_server_max_connections: 0 # 0 by default, indicates unlimited.
rsync_server_shares
:
[]
#
- name:
replace
me
# path:
/foo/lab/bar-01
# hosts_allow: 10.4.3.15, 172.30.4.0/24,
learning-01
.cslab.esss.lu.se
# - name:
client_hostna
me
# path:
"{{ rsync_server_pool_name }}/client_hostname"
# hosts_allow: 10.4.3.15, 172.30.4.0/24,
client_hostname
.cslab.esss.lu.se
# comment: dummy client to be replaced in CS-entry
# read_only: false
# uid: nobody
...
...
@@ -23,5 +24,5 @@ rsync_server_shares: []
# timeout: 600
# max_connections: 10
# - name: client2
# path:
/learning/lab/learning-02
# hosts_allow:
learning-01
.cslab.esss.lu.se
learning-02
.cslab.esss.lu.se
# path:
"{{ rsync_server_pool_name }}/client2"
# hosts_allow:
client2
.cslab.esss.lu.se
client_hostname
.cslab.esss.lu.se
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