Monday, February 13, 2023

Ansible Commands

 1. Basic Command in Ansible


2. list all hosts 

Default path of hosts: /etc/ansible/hosts

    command: ansible --list-hosts all

3. Ping test on all hosts

    command: ansible -m ping all

4. 

No comments:

Post a Comment

Menu Creation

 <!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="view...