less than 1 minute read

일지

특이사항없음

주요 키워드

오늘의 할일

  • 220414 TIL 작성
  • 프로젝트 리뷰세션 진..행..?
  • AWS Study W2 진행
  • Ansible 강의 한바퀴돌려보기, 정리는 나중에

추가로 정리해야할 부분

수업 정리

  1. Playbook Best Practices
  2. Keep it simple
  3. Name playbooks so anyone can recognize it
  4. Keep white space in b2w tasks
  5. Always use state parameter
  6. Make it in src ctrl to keep version change+comment

  7. Include Statements
    • - include: other.yml을 통해 다른 플레이북을 가져올 수 있음
  8. Role Directory Structure
    • ansible-galaxy -h 로 매뉴얼 조회
    • ansible-galaxy init

Categories:

Updated:

Leave a comment