This commit is contained in:
root 2021-02-25 15:49:59 +03:00
commit f46d5a2112
2 changed files with 10 additions and 0 deletions

5
1/play.yml Normal file
View File

@ -0,0 +1,5 @@
- hosts: localhost
become: true
roles:
- nginx
- php

View File

@ -0,0 +1,5 @@
---
- name: Install nginx package
apt:
name: nginx
state: present