alpine image

This commit is contained in:
s0dy
2018-11-17 16:04:34 +01:00
parent e8227b35ce
commit 35805f5657
2 changed files with 5 additions and 18 deletions

View File

@ -1,12 +0,0 @@
---
- hosts: 35.180.10.123
become: yes
become_user: root
tasks:
- name: Copy project/index.php
copy:
src: project/index.php
dest: /var/www/html
owner: apache
group: apache