зеркало из
https://github.com/iharh/notes.git
synced 2025-11-01 22:26:09 +02:00
10 строки
236 B
Plaintext
10 строки
236 B
Plaintext
RUN yum -y install man sudo which openssh-clients
|
|
|
|
RUN yum -y install epel-release
|
|
RUN yum -y install ansible --enablerepo=epel-testing
|
|
|
|
RUN yum -y install python-setuptools python-paramiko
|
|
RUN easy_install pip
|
|
RUN pip install ansible
|
|
|