UncleNUC Wiki

Second chance for NUCs

User Tools

Site Tools


lab:second_ansible_job_-_check_cmos_battery_health

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
lab:second_ansible_job_-_check_cmos_battery_health [2023/04/28 21:57] – added linjk userlab:second_ansible_job_-_check_cmos_battery_health [2023/04/28 21:59] (current) – reaplced user
Line 1: Line 1:
-====== Second Ansible Job - Check CMOS Battery Health ====== 
-In our previous step we [[stack - ansible - update|updated Ubuntu]] on our [[Stack of NUCs]]. 
  
-Now we are going to create and run an Ansible playbook to check the CMOS battery health on the nodes. Using /proc/driver/rtc instead of lm-sensors and sensors because it doesn't show the CMOS battery health. 
- 
-Purpose: 
-  * Demonstrate a simple lineinfile checker 
-  * Check for any CMOS batteries that need to be replaced 
- 
-====== Step 1 - Connect to the Ansible Control Node ====== 
-From [[Stack - NUC 1|NUC 1]], log in to the Ansible control node, [[Stack - NUC 2|NUC2]]. 
- 
-====== Step 2 - Create the Playbook ====== 
-Create file /home/ansible/my-project/cmos-check.yml 
- 
-<file yaml cmos-check.yml> 
---- 
-- hosts: nodes 
-  become: true 
-  become_user: root 
-  tasks: 
-    - name: CMOS battery health 
-      lineinfile: 
-        path: /proc/drive/rtc 
-        line: "batt_status : okay" 
-        status: present 
-      check_mode: true 
-      register: cmos_battery_ok 
-    - name Set hardware clock 
-      - command: hwclock -w 
-</file> 
-====== Step 3 - Test the Playbook ====== 
-''ansible-playbook -i hosts cmos-check.yml'' 
- 
-Congratulations on getting this far! Next up is [[FAH Installation|installing Folding at Home (FAH)]] 
lab/second_ansible_job_-_check_cmos_battery_health.1682719072.txt.gz · Last modified: 2023/04/28 21:57 by user