Ansible Modules Part-1

 1. Copy module:
Copies files from the control machine to the target host. like deploying a configuration file.

2. Package module:
Irrespective of the operating system, it selects the appropriate package module and installs, upgrades, or removes software.

3. Service module:
manages services like start, stop, restart, enable

4. User module:
Manages user accounts like create, deleting, and modifying user accounts

5. yum/apt module:
Install or remove upgrade packages like Debian-based and red hat based environments.

Comments

Popular posts from this blog

Top 10 Git Commands

Kubernetes cluster setup NOTES step by step using minikube

SonarQube Installation & Configuration Step by step