This commit is contained in:
17
radar/2025-04-10/Ansible.md
Normal file
17
radar/2025-04-10/Ansible.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: "Ansible"
|
||||
ring: trial
|
||||
quadrant: Applications
|
||||
tags: [coding, backend]
|
||||
---
|
||||
# Ansible
|
||||
|
||||

|
||||
|
||||
This is a demo entry. It is used to show how a radar item is written in Markdown format. The meta header is used to define the attributes of the item. The content of the file is used as the description of the item.
|
||||
|
||||
```tsx
|
||||
// code higlighting works too
|
||||
const var = 'Hello World!'
|
||||
console.log(var)
|
||||
```
|
||||
Reference in New Issue
Block a user