This repository was archived by the owner on Mar 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,12 @@ platforms:
42
42
privileged : true
43
43
volumes :
44
44
- /sys/fs/cgroup:/sys/fs/cgroup:ro
45
+ - name : clearlinux
46
+ image : paulfantom/clearlinux-molecule:latest
47
+ docker_host : " ${DOCKER_HOST:-unix://var/run/docker.sock}"
48
+ privileged : true
49
+ volumes :
50
+ - /sys/fs/cgroup:/sys/fs/cgroup:ro
45
51
provisioner :
46
52
name : ansible
47
53
lint :
Original file line number Diff line number Diff line change 43
43
delegate_to : localhost
44
44
check_mode : false
45
45
46
+ - name : Create /usr/local/bin
47
+ file :
48
+ path : /usr/local/bin
49
+ state : directory
50
+ mode : 0755
51
+
46
52
- name : Propagate node_exporter binaries
47
53
copy :
48
54
src : " /tmp/node_exporter-{{ node_exporter_version }}.linux-{{ go_arch_map[ansible_architecture] | default(ansible_architecture) }}/node_exporter"
Original file line number Diff line number Diff line change 2
2
- name : Gather variables for each operating system
3
3
include_vars : " {{ item }}"
4
4
with_first_found :
5
+ - " {{ ansible_distribution_file_variety | lower }}.yml"
5
6
- " {{ ansible_distribution | lower }}.yml"
6
7
- " {{ ansible_os_family | lower }}.yml"
7
8
tags :
Original file line number Diff line number Diff line change
1
+ ---
2
+ node_exporter_dependencies :
3
+ - sysadmin-basic
You can’t perform that action at this time.
0 commit comments