Skip to content

Commit a24b38a

Browse files
committed
update common group_vars files to copy grafana format for where docs are
1 parent fb964b6 commit a24b38a

File tree

12 files changed

+31
-8
lines changed

12 files changed

+31
-8
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
22

3-
# You must define this variable.
4-
#filebeat_config_path: undefined
5-
filebeat_podman_user: "{{ ansible_user }}"
3+
#filebeat_config_path: undefined # REQUIRED. Path to filebeat.yml configuration file template
4+
filebeat_podman_user: "{{ ansible_user }}" # User that runs the filebeat container
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
---
2+
3+
# See: ansible/roles/basic_users/README.md
4+
# for variable definitions.
5+
16
basic_users_homedir: /home
27
basic_users_users: []

environments/common/inventory/group_vars/all/filebeat.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
23
# Path to filebeat.yml configuration file template
34
filebeat_config_path: "{{ appliances_repository_root }}/environments/common/files/filebeat/filebeat.yml"
45

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
---
2+
# See: ansible/roles/hpctests/README.md
3+
# for variable definitions.
4+
15
hpctests_rootdir: "/home/hpctests" # Can't use centos's $HOME as that's not on /home and may not have another user

environments/common/inventory/group_vars/all/opendistro.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
# Path to template that specifies opendistro users.
32
# See: https://opendistro.github.io/for-elasticsearch-docs/docs/security/configuration/yaml/
3+
4+
# Path to template that specifies opendistro users
45
opendistro_internal_users_path: "{{ appliances_repository_root }}/environments/common/files/opendistro/internal_users.yml"
56

67
# The user what runs the opendistro container

environments/common/inventory/group_vars/all/openhpc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
23
# See: https://github.com/stackhpc/ansible-role-openhpc
34
# for variable definitions
45

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
3+
# See: https://github.com/stackhpc/ansible_collection_slurm_openstack_tools/tree/main/roles/test
4+
# for variable definitions.
5+
16
openhpc_tests_rootdir: /home/ohcp-tests
27
openhpc_tests_hpl_NB: 192
38
openhpc_slurm_login: "{{ groups['login'][0] }}"

environments/common/inventory/group_vars/all/openondemand.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
2-
## TODO: maybe we should arrange it following the osc.github.io docs
3-
## NB: Variables prefixed ood_ are all from https://github.com/OSC/ood-ansible
2+
3+
# See: ansible/roles/openondemand/README.md
4+
# for variable definitions.
5+
6+
# NB: Variables prefixed ood_ are all from https://github.com/OSC/ood-ansible
47

58
openondemand_servername: '' # Must be changed when using openondemand, but allows templating when openondemand group is empty
69

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
podman_users: "{{ appliances_local_users_podman }}"
2-
podman_cidr: 10.0.2.0/24 # see slirp4netns:cidr= at https://docs.podman.io/en/latest/markdown/podman-run.1.html
1+
podman_users: "{{ appliances_local_users_podman }}" # user to use for podman
2+
podman_cidr: 10.0.2.0/24 # IP range to use for podman - see slirp4netns:cidr= at https://docs.podman.io/en/latest/markdown/podman-run.1.html

environments/common/inventory/group_vars/all/prometheus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
23
# See: https://github.com/cloudalchemy/ansible-prometheus
34
# for variable definitions
45

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
2+
23
selinux_state: permissive
34
selinux_policy: targeted

environments/common/inventory/group_vars/all/update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
---
2+
13
update_enable: false
24
# These variables define the packages updates and are passed to ansible's yum module parameters with the same names: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/yum_module.html
35
update_name: '*'

0 commit comments

Comments
 (0)