https://en.wikipedia.org/wiki/Ansible_(software)
Ansible (software) - Wikipedia
From Wikipedia, the free encyclopedia Open-source software platform for remote configuring and managing computers Ansible is a suite of software tools that enables infrastructure as code. It is open-source and the suite includes software provisioning, conf
en.wikipedia.org
ansible은 IaC(infrastructure as code)를 가능하게 해주는 소프트웨어이다.
ansible의 가장 큰 특징으로는 "agentless"라는 것에 있다.
agentless : 필요로 하는 대상에 에이전트를 설치하지 않아도 사용가능
ssh혹은 Window Remote Management와 같은 원격 접속 방식을 통해서 사용할수 있다.
특징
ansible만의 선언형 언어를 사용하여 시스템의 설정 가능
멱등성 (연산을 여러번 적용하더라도 결과가 달라지지 않음)
'iac & provisioning > ansible' 카테고리의 다른 글
[Ansible] error - ERROR! couldn't resolve module/action 'mount' (0) | 2024.05.21 |
---|---|
[Ansible] error - locale 관련 에러 발생시 (0) | 2024.05.20 |
[Ansible] playbook - 방화벽 설정하기 (0) | 2024.05.20 |
[Ansible] module - lineinfile (멱등성) (0) | 2024.05.16 |
[Ansible] module (0) | 2024.05.13 |