debian ansible code example
Example 1: Install ansible in alpine linux
$ apk add ansible
Example 2: how to install ansible in centos
[root@ansible ~]# yum install epel-release -y
$ apk add ansible
[root@ansible ~]# yum install epel-release -y