You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
493 B
22 lines
493 B
---
|
|
- hosts: debian10
|
|
collections:
|
|
- nginxinc.nginx_core
|
|
- manala.roles
|
|
vars:
|
|
manala_apt_repositories:
|
|
- contrib
|
|
manala_apt_preferences:
|
|
- git@backports
|
|
- sury_php:100
|
|
- php@sury_php:300
|
|
- nginx@nginx
|
|
tasks:
|
|
- name: Install Manala APT
|
|
ansible.builtin.include_role:
|
|
name: manala.roles.apt
|
|
- name: Install PHP
|
|
ansible.builtin.include_role:
|
|
name: manala.roles.php
|
|
vars:
|
|
manala_php_version: 7.4
|