문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
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 repo using key from URL |
| - | | + | deb822_repository: |
| - | name: google | + | name: example |
| - | types: | + | types: deb |
| - | uris: | + | uris: https://download.example.com/linux/ubuntu |
| - | - "http://dl.google.com/linux/chrome/ | + | |
| - | - "http:// | + | |
| - | signed_by: | + | architectures: |
| - | suites: [stable] | + | |
| - | components: [main] | + | |
| - | state: present | + | |
| - | enabled: yes | + | |
| </ | </ | ||
| + | * https:// | ||
| ===== CheatSheet ===== | ===== CheatSheet ===== | ||
| * [[http:// | * [[http:// | ||