Zack Williams | 04575aa | 2022-03-19 21:51:44 -0700 | [diff] [blame] | 1 | --- |
| 2 | # devtools tasks/Debian.yml |
| 3 | # |
| 4 | # SPDX-FileCopyrightText: 2022 Open Networking Foundation <support@opennetworking.org> |
| 5 | # SPDX-License-Identifier: Apache-2.0 |
| 6 | |
| 7 | - name: install base Debian tools |
| 8 | apt: |
| 9 | name: |
| 10 | - acl |
Zack Williams | a3ecef4 | 2022-03-19 21:51:44 -0700 | [diff] [blame] | 11 | - autoconf |
Zack Williams | 04575aa | 2022-03-19 21:51:44 -0700 | [diff] [blame] | 12 | - apt-transport-https |
Zack Williams | a3ecef4 | 2022-03-19 21:51:44 -0700 | [diff] [blame] | 13 | - bison |
Zack Williams | 04575aa | 2022-03-19 21:51:44 -0700 | [diff] [blame] | 14 | - build-essential |
| 15 | - ca-certificates |
| 16 | - curl |
Zack Williams | 3c9af7d | 2022-06-25 14:18:05 -0700 | [diff] [blame^] | 17 | - facter |
Zack Williams | 04575aa | 2022-03-19 21:51:44 -0700 | [diff] [blame] | 18 | - file |
| 19 | - git |
| 20 | - git-crypt |
| 21 | - gnupg |
| 22 | - jq |
Zack Williams | a3ecef4 | 2022-03-19 21:51:44 -0700 | [diff] [blame] | 23 | - libbison-dev |
Zack Williams | 04575aa | 2022-03-19 21:51:44 -0700 | [diff] [blame] | 24 | - libenchant-2-dev |
| 25 | - libxml2-utils |
| 26 | - python-is-python3 |
| 27 | - python3 |
| 28 | - python3-dev |
| 29 | - python3-pip |
| 30 | - python3-venv |
| 31 | - rsync |
| 32 | - sshpass |
| 33 | - sudo |
| 34 | - tar |
Zack Williams | 3c9af7d | 2022-06-25 14:18:05 -0700 | [diff] [blame^] | 35 | - tmux |
| 36 | - twine |
Zack Williams | 04575aa | 2022-03-19 21:51:44 -0700 | [diff] [blame] | 37 | - unzip |
| 38 | state: present |
| 39 | update_cache: true |
| 40 | cache_valid_time: 3600 |