diff --git a/ansible/roles/pds_mount/templates/auto.antea.j2 b/ansible/roles/pds_mount/templates/auto.antea.j2 index 6340d822347d0e02104e70f483af0391e50fc494..42bcb5a87c2f08f7f141d924515bc860b9eaab46 100644 --- a/ansible/roles/pds_mount/templates/auto.antea.j2 +++ b/ansible/roles/pds_mount/templates/auto.antea.j2 @@ -1,2 +1,2 @@ # managed by ansible -* -rw,soft,intr,actimeo=30,noatime,vers=3 antea.fi.muni.cz:/home/& +* -rw,soft,actimeo=30,noatime,vers=3 antea.fi.muni.cz:/home/& diff --git a/ansible/roles/pds_mount/templates/auto.home.j2 b/ansible/roles/pds_mount/templates/auto.home.j2 index c1a1129e59e1ab8597fe7b185baeb1585cf23b03..8e5ed8ef0c5cc6d164c8f3b28bf51f6c74b8a2b7 100644 --- a/ansible/roles/pds_mount/templates/auto.home.j2 +++ b/ansible/roles/pds_mount/templates/auto.home.j2 @@ -7,7 +7,7 @@ {% if hostname + ".fi.muni.cz" == inventory_hostname %} {{usr}} -fstype=bind :/export/home/{{usr}} {% else %} -{{usr}} -rw,soft,intr,actimeo=30,noatime,vers=3 {{hostname}}.fi.muni.cz:{{prefix}}/home/{{usr}} +{{usr}} -rw,soft,actimeo=30,noatime,vers=3 {{hostname}}.fi.muni.cz:{{prefix}}/home/{{usr}} {% endif %} {% endfor %} {% endfor %} diff --git a/ansible/roles/pds_mount/templates/auto.pontos.j2 b/ansible/roles/pds_mount/templates/auto.pontos.j2 index f386c87a7c4bcc69c62d67f57fa90c681e430171..268690d83accfa7f88f2178b1388892197afb872 100644 --- a/ansible/roles/pds_mount/templates/auto.pontos.j2 +++ b/ansible/roles/pds_mount/templates/auto.pontos.j2 @@ -4,7 +4,7 @@ {% if "pontos" + num + ".fi.muni.cz" == inventory_hostname %} {{usr}} -fstype=bind :/export/home/{{usr}} {% else %} -{{usr}} -rw,soft,intr,actimeo=30,noatime,vers=3 pontos{{num}}.fi.muni.cz:/export/home/{{usr}} +{{usr}} -rw,soft,actimeo=30,noatime,vers=3 pontos{{num}}.fi.muni.cz:/export/home/{{usr}} {% endif %} {% endfor %} {% endfor %}