Tuesday, February 15, 2022

ASSIGNMENT: CICD PIPELINE EXECUTED ON LOCAL MACHINE AND INSTALL APACHE


 


Assignment:- 

Write a CICD pipeline that will be executed on your local machine and it will install apache on your local system.


job-to-run:
  tags:
    - localrunner  
    - localshell
  script:
    - sudo apt update
    - sudo apt install apache2 -y


To verify that apache is installed on your local system run below command

systemctl status apache2

No comments:

Post a Comment

Fluentd

Open-source log data collector > why logs? - for compliance (auditing, company, business) - for security (transparency, monitoring, admin...