차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
ansible [2018/09/05 01:55] koovansible [2024/02/12 07:36] (현재) koov
줄 2: 줄 2:
  
   * [[Ansible Summary]]   * [[Ansible Summary]]
 +  * [[Ansible install]]
 +  * https://www.middlewareinventory.com/blog/ansible-ad-hoc-commands/
  
 ===== Ansible 소개 ===== ===== Ansible 소개 =====
줄 107: 줄 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>
줄 139: 줄 145:
 </WRAP> </WRAP>
  
- +===== 플레이북 ===== 
 +  * [[Ansible 서버 상태 체크 플레이북]]
  
  
  • ansible.1536112548.txt.gz
  • 마지막으로 수정됨: 2018/09/05 01:55
  • 저자 koov