Update ansible.md
All checks were successful
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 6s
All checks were successful
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 6s
This commit is contained in:
@ -7,9 +7,10 @@ tags: ["ansible"]
|
||||
ShowToc: false
|
||||
ShowBreadCrumbs: true
|
||||
---
|
||||
|
||||
What is Ansible?
|
||||
|
||||
Ansible is an open-source configuration management tool that uses a declarative language to automate infrastructure configuration. It can be used for tasks like installing software, configuring services, and managing users and permissions. Ansible is known for its ease of use and has a large community of users who contribute to its development.
|
||||
|
||||
```yml
|
||||
---
|
||||
- name: Update web servers
|
||||
|
Reference in New Issue
Block a user