차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
ansible [2017/07/24 11:38] – 만듦 koovansible [2024/02/12 07:36] (현재) koov
줄 1: 줄 1:
 ====== Ansible ====== ====== Ansible ======
 +
 +  * [[Ansible Summary]]
 +  * [[Ansible install]]
 +  * https://www.middlewareinventory.com/blog/ansible-ad-hoc-commands/
  
 ===== Ansible 소개 ===== ===== Ansible 소개 =====
줄 105: 줄 109:
 <code bash> <code bash>
 ansible host-pattern -m module [-a 'module arguments'] -i inventory ansible host-pattern -m module [-a 'module arguments'] -i inventory
 +
 +# 예)
 +[root@ceph1 ceph-ansible]# ansible -a "reboot" -i inventory all
 +
 </code> </code>
 </WRAP> </WRAP>
줄 137: 줄 145:
 </WRAP> </WRAP>
  
- +===== 플레이북 ===== 
 +  * [[Ansible 서버 상태 체크 플레이북]]
  
  
  • ansible.1500896281.txt.gz
  • 마지막으로 수정됨: 2017/07/24 11:38
  • 저자 koov