사용자 도구

사이트 도구


linux:apt

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
linux:apt [2025/05/14 16:43]
kwon37xi [ansible 의 경우]
linux:apt [2025/05/14 16:57] (현재)
kwon37xi [ansible 의 경우]
줄 141: 줄 141:
  
 <code yaml> <code yaml>
-      - name: Add google APT repository +- name: Add repo using key from URL 
-        ansible.builtin.deb822_repository: +  deb822_repository: 
-          name: google +    name: example 
-          types: [deb] +    types: deb 
-          uris: +    uris: https://download.example.com/linux/ubuntu 
-            - "http://dl.google.com/linux/chrome/deb" +    suites'{{ ansible_distribution_release }}' 
-            - "http://dl.google.com/linux/earth/deb" +    components: stable 
-          signed_by: "https://dl.google.com/linux/linux_signing_key.pub" +    architectures: amd64 
-          suites: [stable] +    signed_by: https://download.example.com/linux/ubuntu/gpg
-          components: [main] +
-          state: present +
-          enabled: yes+
 </code> </code>
 +  * https://gist.github.com/roib20/27fde10af195cee1c1f8ac5f68be7e9b : 각종 deb 패키지 리포지토리 예시
 ===== CheatSheet ===== ===== CheatSheet =====
   * [[http://www.cyberciti.biz/tips/linux-debian-package-management-cheat-sheet.html|Debian Linux apt-get package management cheat sheet]]   * [[http://www.cyberciti.biz/tips/linux-debian-package-management-cheat-sheet.html|Debian Linux apt-get package management cheat sheet]]
linux/apt.1747208622.txt.gz · 마지막으로 수정됨: 2025/05/14 16:43 저자 kwon37xi