220414 Today I Learned
일지
특이사항없음
주요 키워드
오늘의 할일
- 220414 TIL 작성
- 프로젝트 리뷰세션 진..행..?
- AWS Study W2 진행
- Ansible 강의 한바퀴돌려보기, 정리는 나중에
추가로 정리해야할 부분
수업 정리
- Playbook Best Practices
- Keep it simple
- Name playbooks so anyone can recognize it
- Keep white space in b2w tasks
- Always use state parameter
-
Make it in src ctrl to keep version change+comment
- Include Statements
- include: other.yml
을 통해 다른 플레이북을 가져올 수 있음
- Role Directory Structure
- ansible-galaxy -h 로 매뉴얼 조회
- ansible-galaxy init
Leave a comment