Lab Activity

Ad-hoc Commands

Learn to execute Ansible ad-hoc commands for system administration tasks like file management, package installation, and service control.

Overview

In this lab, you will learn how to execute ad-hoc commands in Ansible to perform quick system administration tasks on remote hosts. Ad-hoc commands are useful for running one-time commands without needing a playbook, making system management more efficient. By the end of this lab, you will be able to execute various Ansible ad-hoc commands for file management, package installation, service control, and system monitoring.

Learning Outcomes

  • Understand how to use Ansible ad-hoc commands for system administration.

  • Learn to execute remote commands without using playbooks.

  • Use the file module for creating and deleting files on remote systems.

  • Perform package installation, service management, and system monitoring with Ansible.

  • Verify successful execution of commands on remote hosts.

Key Concepts

  • Ad-hoc Commands: One-time Ansible commands executed directly on remote hosts without requiring a playbook.

  • File Management: Using Ansible's file module to create, delete, and manage files and directories on remote systems.

  • Service Management: Starting, stopping, and enabling services on remote hosts with the service module.

  • System Monitoring: Using Ansible modules to check uptime, memory usage, SELinux status, and installed packages.

Why Needed?

  • Efficiency: Quickly execute tasks without creating playbooks, saving time for system administrators.

  • Automation: Reduces manual work by automating repetitive tasks like file management and service control.

  • Consistency: Ensures uniform configurations and tasks across multiple remote systems.

  • Security: Enables remote system management without direct SSH access, improving security.

  • Scalability: Easily run commands across multiple servers in parallel.

© RHCSA GURU, Singapore