mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-05-07 01:57:51 +00:00
13 lines
214 B
YAML
13 lines
214 B
YAML
---
|
|
- hosts: hifive
|
|
become: yes
|
|
become_user: root
|
|
|
|
tasks:
|
|
- name: Copy project/index.php
|
|
copy:
|
|
src: project/index.php
|
|
dest: /var/www/html
|
|
owner: apache
|
|
group: apache
|