Login
Default
Home
Containers
Host Nodes
Tasks
Definitions
Toggle theme
Light
Dark
Auto
Edit Task Definition
Task Name
Enter the name of the task.
Goal
Describe the goal you want to achieve, such as 'Install Nginx and start the service.'
Task Data (JSON)
- name: Ensure apt cache is updated apt: update_cache: yes become: true - name: Install Nginx apt: name: nginx state: present become: true - name: Start and enable Nginx service service: name: nginx state: started enabled: yes become: true
Save
Regenerate Task Data
Back to List
Delete Task Definition
Loading...