Update ansible.md
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 6s
Details
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 6s
Details
This commit is contained in:
parent
828877a20d
commit
cb64faccfc
|
@ -7,9 +7,10 @@ tags: ["ansible"]
|
||||||
ShowToc: false
|
ShowToc: false
|
||||||
ShowBreadCrumbs: true
|
ShowBreadCrumbs: true
|
||||||
---
|
---
|
||||||
|
|
||||||
What is Ansible?
|
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
|
```yml
|
||||||
---
|
---
|
||||||
- name: Update web servers
|
- name: Update web servers
|
||||||
|
|
Loading…
Reference in New Issue