File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
ansible/roles/compute_init Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ The following roles/groups are currently fully functional:
36
36
- ` etc_hosts ` : all functionality
37
37
- ` nfs ` : client functionality only
38
38
- ` manila ` : all functionality
39
- - ` openhpc ` : all functionality
40
39
- ` basic_users ` : all functionality, assumes home directory already exists on
41
40
shared storage
42
41
- ` eessi ` : all functionality, assumes ` cvmfs_config ` is the same on control
43
42
node and all compute nodes.
43
+ - ` openhpc ` : all functionality
44
44
45
45
# Development/debugging
46
46
Original file line number Diff line number Diff line change 94
94
block :
95
95
- name : Set nameservers in /etc/resolv.conf
96
96
ansible.builtin.template :
97
- src : /etc/ansible-init/templates/ resolv.conf.j2
97
+ src : resolv.conf.j2
98
98
dest : /etc/resolv.conf
99
99
owner : root
100
100
group : root
101
101
mode : u=rw,og=r
102
102
103
103
- name : Disable NetworkManager control of resolv.conf
104
104
ansible.builtin.copy :
105
- src : /etc/ansible-init/ files/NetworkManager-dns-none.conf
105
+ src : files/NetworkManager-dns-none.conf
106
106
dest : /etc/NetworkManager/conf.d/90-dns-none.conf
107
107
owner : root
108
108
group : root
You can’t perform that action at this time.
0 commit comments