blob: 6c437d033e14262553bdac0e80a11144ed29584a [file] [log] [blame]
Zack Williams04575aa2022-03-19 21:51:44 -07001---
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 Williamsa3ecef42022-03-19 21:51:44 -070011 - autoconf
Zack Williams04575aa2022-03-19 21:51:44 -070012 - apt-transport-https
Zack Williamsa3ecef42022-03-19 21:51:44 -070013 - bison
Zack Williams04575aa2022-03-19 21:51:44 -070014 - build-essential
15 - ca-certificates
16 - curl
Zack Williams3c9af7d2022-06-25 14:18:05 -070017 - facter
Zack Williams04575aa2022-03-19 21:51:44 -070018 - file
19 - git
20 - git-crypt
21 - gnupg
22 - jq
Zack Williamsa3ecef42022-03-19 21:51:44 -070023 - libbison-dev
Zack Williams04575aa2022-03-19 21:51:44 -070024 - 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 Williams3c9af7d2022-06-25 14:18:05 -070035 - tmux
36 - twine
Zack Williams04575aa2022-03-19 21:51:44 -070037 - unzip
38 state: present
39 update_cache: true
40 cache_valid_time: 3600