init
This commit is contained in:
commit
f46d5a2112
5
1/play.yml
Normal file
5
1/play.yml
Normal file
@ -0,0 +1,5 @@
|
||||
- hosts: localhost
|
||||
become: true
|
||||
roles:
|
||||
- nginx
|
||||
- php
|
5
1/roles/nginx/tasks/main.yml
Normal file
5
1/roles/nginx/tasks/main.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Install nginx package
|
||||
apt:
|
||||
name: nginx
|
||||
state: present
|
Loading…
Reference in New Issue
Block a user