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
Next revision
Previous revision
lab:second_ansible_job_-_check_cmos_battery_health [2023/04/17 01:27] – building playbook 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 ====== 
-From NUC 1, log in to the Ansible control node, NUC 2. 
  
-We are going to create and run an Ansible playbook to check the CMOS battery health on the nodes 
- 
-Steps: 
-  - 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: 
-        dest: /proc/drive/rtc 
-        line: "batt_status : okay" 
-      check_mode: yes 
-      register: cmos_battery_ok 
-      changed_when: false 
-    - when: cmos_battery_ok.failed 
-      pause: 
-        seconds: 1 
-        content: | 
-          CMOS battery issues 
-</file> 
-  - Test the playbook 
-    * ''ansible-playbook -i hosts cmos-check.yml'' 
lab/second_ansible_job_-_check_cmos_battery_health.1681694830.txt.gz · Last modified: 2023/04/17 01:27 by user