Compare commits
2 commits
1b2222914f
...
55fbda871c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
55fbda871c | ||
|
|
224b867dcf |
2 changed files with 5 additions and 1 deletions
|
|
@ -30,6 +30,10 @@
|
||||||
"url": "https://info.steinbeis.schule",
|
"url": "https://info.steinbeis.schule",
|
||||||
"name": "FvS-Hilfesystem"
|
"name": "FvS-Hilfesystem"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"url": "https://ticket.steinbeis.schule",
|
||||||
|
"name": "FvS-IT-Support"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"url": "https://moodle.steinbeis.schule",
|
"url": "https://moodle.steinbeis.schule",
|
||||||
"name": "FvS-Moodle"
|
"name": "FvS-Moodle"
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,7 @@
|
||||||
ansible.posix.mount:
|
ansible.posix.mount:
|
||||||
src: "{{ nfs_server }}:tools"
|
src: "{{ nfs_server }}:tools"
|
||||||
path: /lmn/tools
|
path: /lmn/tools
|
||||||
opts: rw,_netdev,x-systemd.automount,x-systemd.idle-timeout=10s,timeo=100,soft
|
opts: rw,_netdev,x-systemd.automount,x-systemd.idle-timeout=10s,x-systemd.mount-timeout=10,timeo=100,soft
|
||||||
state: present
|
state: present
|
||||||
fstype: nfs4
|
fstype: nfs4
|
||||||
when: nfs_server is defined
|
when: nfs_server is defined
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue