문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
linux:apt [2025/05/14 13:44] kwon37xi [apt-key] |
linux:apt [2025/05/14 16:57] (현재) kwon37xi [ansible 의 경우] |
||
|---|---|---|---|
| 줄 119: | 줄 119: | ||
| man apt-key 8 | man apt-key 8 | ||
| </ | </ | ||
| - | * '' | + | * '' |
| + | * [[devops: | ||
| + | |||
| + | ==== script의 경우 ==== | ||
| <code sh> | <code sh> | ||
| # 사용 금지 | # 사용 금지 | ||
| 줄 131: | 줄 135: | ||
| * Open PGP 바이너리의 경우('' | * Open PGP 바이너리의 경우('' | ||
| + | ==== ansible 의 경우 ==== | ||
| + | * [[https:// | ||
| + | * Repository 추가와 key 추가를 함께 동시에 한다. | ||
| + | * [[https:// | ||
| + | |||
| + | <code yaml> | ||
| + | - name: Add repo using key from URL | ||
| + | deb822_repository: | ||
| + | name: example | ||
| + | types: deb | ||
| + | uris: https:// | ||
| + | suites: '{{ ansible_distribution_release }}' | ||
| + | components: stable | ||
| + | architectures: | ||
| + | signed_by: https:// | ||
| + | </ | ||
| + | * https:// | ||
| ===== CheatSheet ===== | ===== CheatSheet ===== | ||
| * [[http:// | * [[http:// | ||