Skip to content

Commit 05f837a

Browse files
committed
Simplify environments/nrel/hooks/post.ymll
1 parent 9594f20 commit 05f837a

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

environments/vtest/requirements_local_env.yml

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,28 @@ roles:
44
- name: vshpc.prov.pre-tasks
55
src: [email protected]:acoinf/vshpc.prov.pre-tasks.git
66
type: git
7-
8-
- name: aco.prov.yum
9-
src: [email protected]:acoinf/aco.prov.yum.git
107
version: main
118

12-
- name: root_pass
13-
src: [email protected]:hpc/ansible_root_pass.git
14-
version: master
9+
# - name: aco.prov.yum
10+
# src: [email protected]:acoinf/aco.prov.yum.git
11+
# version: main
12+
13+
# - name: root_pass
14+
# src: [email protected]:hpc/ansible_root_pass.git
15+
# version: master
16+
17+
# - name: root_pass_cli
18+
# src: [email protected]:hpc/root_pass_cli.git
19+
# type: git
1520

1621
- name: os_stackmgr_user
1722
src: [email protected]:hpc/openstack_stackmgr_user.git
23+
type: git
1824
version: master
1925

20-
- name: vs.core.vastmount
21-
src: [email protected]:acoinf/vs.core.vastmount.git
22-
type: git
26+
# - name: vs.core.vastmount
27+
# src: [email protected]:acoinf/vs.core.vastmount.git
28+
# type: git
2329

2430
- name: aco.core.motd
2531
src: [email protected]:acoinf/aco.core.motd.git
@@ -37,6 +43,10 @@ roles:
3743
src: [email protected]:hpc/ansible_ipa_ldap_fix.git
3844
type: git
3945

46+
- name: vermilion_ldap_client
47+
src: [email protected]:hpc/vermilion_ldap_client.git
48+
type: git
49+
4050
- name: aco.core.ntp
4151
src: [email protected]:acoinf/aco.core.ntp
4252
type: git
@@ -45,14 +55,6 @@ roles:
4555
src: [email protected]:hpc/vs-set-ephemeral-mounts.git
4656
type: git
4757

48-
- name: vermilion_ldap_client
49-
src: [email protected]:hpc/vermilion_ldap_client.git
50-
type: git
51-
52-
- name: root_pass_cli
53-
src: [email protected]:hpc/root_pass_cli.git
54-
type: git
55-
5658
- name: vshpc.prov.pam_mkhomedir_plus
5759
src: [email protected]:acoinf/vshpc.prov.pam_mkhomedir_plus.git
5860
type: git

0 commit comments

Comments
 (0)