Simple-DevOps-Project icon indicating copy to clipboard operation
Simple-DevOps-Project copied to clipboard

Results 63 Simple-DevOps-Project issues
Sort by recently updated
recently updated
newest added

Correct error : CentOS Linux 8 - AppStream 184 B/s | 38 B 00:00 Error: Failed to download metadata for repo 'appstream':

Merging the feature branch with master branch

hi Shankar , This is vikram please accept my pull request I'm learning this course from Udemy,

@yankils : I attended your course and did the hands on. On completion I found that my docker hub image was not getting picked by ansible. Reason for that in...

FROM centos RUN cd /etc/yum.repos.d/ RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* RUN sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* RUN yum install -y java-1.8.0-openjdk RUN mkdir /opt/tomcat/ WORKDIR /opt/tomcat ADD https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.71/bin/apache-tomcat-9.0.71.tar.gz /opt/tomcat RUN tar...