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: Gather system and OS facts ansible.builtin.setup: gather_subset: - hardware - distribution - kernel - system tags: system_info - name: Retrieve system architecture ansible.builtin.debug: msg: "System Architecture: {{ ansible_architecture }}" tags: system_info - name: Retrieve OS name ansible.builtin.debug: msg: "Operating System: {{ ansible_distribution }} {{ ansible_distribution_version }}" tags: system_info - name: Retrieve OS kernel ansible.builtin.debug: msg: "Kernel: {{ ansible_kernel }}" tags: system_info
AI generated (should be YAML format)
Save
Regenerate Task Data
Back to List
Delete Task Definition
Loading...