Skip to content
Snippets Groups Projects
Commit 9e44af5e authored by Te-Hung Tseng's avatar Te-Hung Tseng
Browse files

Added variables to further fit with ics-ans-role-nas

parent af3fffc8
No related branches found
Tags v0.1.0
No related merge requests found
Pipeline #16264 passed
......@@ -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: replaceme
# path: /foo/lab/bar-01
# hosts_allow: 10.4.3.15, 172.30.4.0/24, learning-01.cslab.esss.lu.se
# - name: client_hostname
# 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
-------
......
---
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: replaceme
# path: /foo/lab/bar-01
# hosts_allow: 10.4.3.15, 172.30.4.0/24, learning-01.cslab.esss.lu.se
# - name: client_hostname
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment