Saturday, September 17, 2022

Ansible

 10 - Ansible Lab - by Gaurav Sharma (devops-101.blogspot.com)


ansible [-i INVENTORY] [server] [-m MODULE] {-a MODULE_OPTIONS}

Ansible Installation:

    1 amazon-linux-extras install epel

    2 yum update -y

    3  yum install ansible -y

    4  ansible --version







No comments:

Post a Comment

Sample Game App Deployment on EKS cluster

 https://padmakshi.medium.com/setting-up-an-eks-cluster-and-deploying-a-game-application-a-step-by-step-guide-08790e0be117