Commonly Used Ansible Modules

Commonly Used Ansible Modules

Command module: Executes commands on remote hosts, default module, can ignore the -m option Example: ansible webservers -m command -a ‘systemctl start httpd ‘ The command module does not support $ variables, <, >, |, ;, &, etc., while the shell module does. chdir: Change to the directory of the managed host creates: If a … Read more

More Efficient than Ansible? A Quick Start Guide to SaltStack Automation Operations

More Efficient than Ansible? A Quick Start Guide to SaltStack Automation Operations

Introduction to SaltStack Automation Operations SaltStack • 1. Introduction to SaltStack • • 1. Brief Introduction • 2. Communication Modes • 3. Salt Minion Authentication • 2. Installing SaltStack • 3. Configuring SaltStack • 4. Practical Introduction to Configuration Management • 5. Differences between state.sls and state.highstate in SaltStack • 6. Regular Expression Matching for … Read more