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: started
Latest posts by Rajesh Kumar (see all)
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024
- Introduction to System Operations (SymOps) - October 30, 2024