All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 14s
39 lines
674 B
YAML
39 lines
674 B
YAML
---
|
|
- name: Install cms dependencies
|
|
ansible.builtin.apt:
|
|
pkg:
|
|
- build-essential
|
|
- openjdk-8-headless
|
|
- fp-compiler
|
|
- postgresql
|
|
- postgresql-client
|
|
- python3
|
|
- cppreference-doc-en-html
|
|
- cgroup-lite
|
|
- libcap-dev
|
|
- zip
|
|
|
|
|
|
- jdk8-openjdk
|
|
- fpc
|
|
- postgresql
|
|
- python
|
|
- libcap
|
|
- git
|
|
|
|
- name: Install cms optional dependencies
|
|
ansible.builtin.apt:
|
|
pkg:
|
|
- postgresql-libs
|
|
- libcups
|
|
- libyaml
|
|
- python-virtualenv
|
|
- rust
|
|
|
|
- name: Install additional packages
|
|
ansible.builtin.apt:
|
|
pkg:
|
|
- pyenv
|
|
- haproxy
|
|
- python-psycopg2
|