File tree 17 files changed +20
-20
lines changed
17 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
- ansible 6.7 .0
2
- ansible-lint 6.11 .0
1
+ ansible 7.0 .0
2
+ ansible-lint 6.15 .0
3
3
shellcheck 0.9.0
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ license_file: 'LICENSE.md'
27
27
28
28
# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character
29
29
# requirements as 'namespace' and 'name'
30
- tags : []
30
+ tags : [tools ]
31
31
32
32
# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
33
33
# collection label 'namespace.name'. The value is a version range
Original file line number Diff line number Diff line change 27
27
env : " {{ besu_container_env }}"
28
28
networks : " {{ besu_container_networks }}"
29
29
command : " {{ besu_container_command + besu_container_command_extra_args }}"
30
- user : " {{ besu_user_meta.uid }}"
30
+ user : " {{ besu_user_meta.uid }}"
31
31
pull : " {{ image_pull_policy }}"
Original file line number Diff line number Diff line change @@ -60,4 +60,4 @@ erigon_init_custom_network_container_command:
60
60
- /genesis.json
61
61
62
62
# Default image pull policy
63
- image_pull_policy : false
63
+ image_pull_policy : false
Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ ethereumjs_container_command:
36
36
ethereumjs_container_command_extra_args : []
37
37
38
38
# Default image pull policy
39
- image_pull_policy : false
39
+ image_pull_policy : false
Original file line number Diff line number Diff line change 28
28
networks : " {{ ethereumjs_container_networks }}"
29
29
command : " {{ ethereumjs_container_command + ethereumjs_container_command_extra_args }}"
30
30
user : " {{ ethereumjs_user_meta.uid }}"
31
- pull : " {{ image_pull_policy }}"
31
+ pull : " {{ image_pull_policy }}"
Original file line number Diff line number Diff line change @@ -54,4 +54,4 @@ geth_init_custom_network_container_command:
54
54
- /genesis.json
55
55
56
56
# Default image pull policy
57
- image_pull_policy : false
57
+ image_pull_policy : false
Original file line number Diff line number Diff line change 4
4
dest : " {{ k3s_systemd_dir }}/k3s-agent.service"
5
5
owner : root
6
6
group : root
7
- mode : 0644
7
+ mode : " 0644"
8
8
9
9
- name : Enable and check K3s service
10
10
ansible.builtin.systemd :
Original file line number Diff line number Diff line change 5
5
dest : /usr/local/bin/k3s
6
6
owner : root
7
7
group : root
8
- mode : 0755
8
+ mode : " 0755"
9
9
when : ansible_facts.architecture == "x86_64"
10
10
11
11
- name : Download k3s binary arm64
15
15
dest : /usr/local/bin/k3s
16
16
owner : root
17
17
group : root
18
- mode : 0755
18
+ mode : " 0755"
19
19
when :
20
20
- ( ansible_facts.architecture is search("arm") and
21
21
ansible_facts.userspace_bits == "64" ) or
28
28
dest : /usr/local/bin/k3s
29
29
owner : root
30
30
group : root
31
- mode : 0755
31
+ mode : " 0755"
32
32
when :
33
33
- ansible_facts.architecture is search("arm")
34
34
- ansible_facts.userspace_bits == "32"
Original file line number Diff line number Diff line change 5
5
dest : " {{ k3s_systemd_dir }}/k3s-server.service"
6
6
owner : root
7
7
group : root
8
- mode : 0644
8
+ mode : " 0644"
9
9
10
10
- name : Enable and check K3s service
11
11
ansible.builtin.systemd :
Original file line number Diff line number Diff line change @@ -86,4 +86,4 @@ lighthouse_validator_container_command_extra_args: []
86
86
# - --graffiti=hello-world
87
87
88
88
# Default image pull policy
89
- image_pull_policy : false
89
+ image_pull_policy : false
Original file line number Diff line number Diff line change @@ -76,4 +76,4 @@ lodestar_validator_container_command_extra_args: []
76
76
# - --graffiti=hello-world
77
77
78
78
# Default image pull policy
79
- image_pull_policy : false
79
+ image_pull_policy : false
Original file line number Diff line number Diff line change @@ -44,4 +44,4 @@ nethermind_container_command:
44
44
nethermind_container_command_extra_args : []
45
45
46
46
# Default image pull policy
47
- image_pull_policy : false
47
+ image_pull_policy : false
Original file line number Diff line number Diff line change 33
33
command : " {{ nethermind_container_command + nethermind_container_command_extra_args }} "
34
34
user : " {{ nethermind_user_meta.uid }}"
35
35
working_dir : " {{ nethermind_datadir }}"
36
- pull : " {{ image_pull_policy }}"
36
+ pull : " {{ image_pull_policy }}"
Original file line number Diff line number Diff line change @@ -77,4 +77,4 @@ nimbus_container_validator_volumes:
77
77
- " {{ nimbus_validator_datadir }}:/validator-data"
78
78
79
79
# Default image pull policy
80
- image_pull_policy : false
80
+ image_pull_policy : false
Original file line number Diff line number Diff line change @@ -81,4 +81,4 @@ prysm_validator_container_command_extra_args: []
81
81
# - --graffiti=hello-world
82
82
83
83
# Default image pull policy
84
- image_pull_policy : false
84
+ image_pull_policy : false
Original file line number Diff line number Diff line change @@ -69,4 +69,4 @@ teku_container_validator_volumes:
69
69
- " {{ teku_validator_datadir }}:/validator-data"
70
70
71
71
# Default image pull policy
72
- image_pull_policy : false
72
+ image_pull_policy : false
You can’t perform that action at this time.
0 commit comments