Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours scrolling social media and waste money on things we forget, but won’t spend 30 minutes a day earning certifications that can change our lives.
Master in DevOps, SRE, DevSecOps & MLOps by DevOpsSchool!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

XL Release Tutorials: Basic Workflow


Step 1 – Create a FOLDER for your Product Line

Step 2 – Create a Connection using Unix Host Go to folder

Go inside a FOLDER

Step 3 – Create a Template for your Product Release

Step 4 – Create Required Phases to Template Release

Step 5 – Add Task just to echo some message

Step 6 – Edit each Task and provide required Input properties. “Remote Script: Unix”

Document – https://legacydocs.xebialabs.com/xl-release/how-to/remote-script-plugin.html

Step 6 – Edit each Task and provide required Input properties. “Script: External Script”

Step 7 – Edit each Task and provide required Input properties. “Ansible: Run Playbook”


---
- name: Update web servers
  hosts: localhost

  tasks:
  - name: Install Apache in centos7
    ansible.builtin.yum:
      name: httpd
      state: latest
  - name: Starting a Apache Server
    ansible.builtin.service:
      name: httpd
      state: startedCode language: CSS (css)

Subscribe
Notify of
guest
1 Comment
Newest
Oldest Most Voted
Inline Feedbacks
View all comments
Juwel Patil
Juwel Patil
1 year ago

Thanks for the great insight. Can we use XL Release for automating storage operations e.g. LUN creation and assigning to a server ?

Certification Courses

DevOpsSchool has introduced a series of professional certification courses designed to enhance your skills and expertise in cutting-edge technologies and methodologies. Whether you are aiming to excel in development, security, or operations, these certifications provide a comprehensive learning experience. Explore the following programs:

DevOps Certification, SRE Certification, and DevSecOps Certification by DevOpsSchool

Explore our DevOps Certification, SRE Certification, and DevSecOps Certification programs at DevOpsSchool. Gain the expertise needed to excel in your career with hands-on training and globally recognized certifications.

1
0
Would love your thoughts, please comment.x
()
x