We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04fae9 commit a1d5d92Copy full SHA for a1d5d92
environments/.caas/inventory/group_vars/all/basic_users.yml
@@ -10,3 +10,6 @@ basic_users_users:
10
- adm
11
- systemd-journal
12
sudo: azimuth ALL=(ALL) NOPASSWD:ALL
13
+
14
+# the path *on the control node* for the home directories depends on the filesystem:
15
+basic_users_homedir_server_path: "'/home' if cluster_home_manila_share | bool else '/exports/home'"
environments/.caas/inventory/groups
@@ -71,8 +71,7 @@ openhpc
71
72
[manila:children]
73
# Hosts to configure for manila fileshares
74
-login
75
-compute
+cluster
76
77
[persist_hostkeys:children]
78
# Hosts to use common set of hostkeys which persist across reimaging.
0 commit comments