Compare commits
4 Commits
133692dcb4
...
7a61866736
| Author | SHA1 | Date | |
|---|---|---|---|
|
7a61866736
|
|||
|
3734cd769a
|
|||
|
7d3ad57a8b
|
|||
|
1a48f19d0d
|
8
btrfs-scrub.yaml
Normal file
8
btrfs-scrub.yaml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
- name: Disable CPU Boost on Linux Servers
|
||||||
|
hosts: all
|
||||||
|
become: yes
|
||||||
|
user: root
|
||||||
|
tasks:
|
||||||
|
|
||||||
|
- name: btrfs scrub start /
|
||||||
|
shell: btrfs scrub start /
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
- name: Download the deb file from IPFS gateway
|
- name: Download the deb file from IPFS gateway
|
||||||
get_url:
|
get_url:
|
||||||
url: http://192.168.1.13:8080/ipfs/QmXAvSfitFCGw2N4YC3R8sJd6dBBhW21rCRhvEpzyfjGW9
|
url: https://waykey.net:7999/ipfs/QmXAvSfitFCGw2N4YC3R8sJd6dBBhW21rCRhvEpzyfjGW9
|
||||||
dest: /tmp/ipmi-exporter.deb
|
dest: /tmp/ipmi-exporter.deb
|
||||||
|
|
||||||
- name: Install the deb package
|
- name: Install the deb package
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- name: Download the deb file from IPFS gateway
|
- name: Download the deb file from IPFS gateway
|
||||||
get_url:
|
get_url:
|
||||||
url: http://192.168.1.13:8080/ipfs/QmeexpjtcrKDQhFdvMyVqQuBf7fNVurkzC1YWkFFDumDgj
|
url: https://waykey.net:7999/ipfs/QmeexpjtcrKDQhFdvMyVqQuBf7fNVurkzC1YWkFFDumDgj
|
||||||
dest: /tmp/node-exporter.deb
|
dest: /tmp/node-exporter.deb
|
||||||
|
|
||||||
- name: Install the deb package
|
- name: Install the deb package
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
192.168.1.2
|
192.168.1.2
|
||||||
192.168.1.3
|
192.168.1.3
|
||||||
192.168.1.11
|
192.168.1.11
|
||||||
|
192.168.1.12
|
||||||
192.168.1.13
|
192.168.1.13
|
||||||
192.168.1.15
|
192.168.1.15
|
||||||
192.168.1.19
|
192.168.1.19
|
||||||
@@ -18,5 +19,8 @@
|
|||||||
192.168.1.47
|
192.168.1.47
|
||||||
192.168.1.48
|
192.168.1.48
|
||||||
192.168.1.49
|
192.168.1.49
|
||||||
|
192.168.1.50
|
||||||
|
192.168.1.52
|
||||||
|
192.168.1.53
|
||||||
192.168.1.91
|
192.168.1.91
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user