Login
Default
Home
Containers
Host Nodes
Tasks
Definitions
Toggle theme
Light
Dark
Auto
Edit Task Definition
Goal
Describe the goal you want to achieve, such as 'Install Nginx and start the service.'
Task Data (YAML)
- name: Ensure UFW is installed apt: name: ufw state: present - name: Set UFW defaults to deny incoming and allow outgoing command: > ufw default deny incoming && ufw default allow outgoing - name: Allow UFW port 33333 from any IP ufw: rule: allow port: 33333 proto: tcp - name: Enable UFW ufw: state: enabled
AI generated (should be YAML format)
Save
Regenerate Task Data
Back to List
Delete Task Definition
Loading...