mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-04-23 03:12:11 +00:00
test
This commit is contained in:
parent
6d2b9dfb20
commit
ba0771fd71
12
.ansible-ci.yml
Normal file
12
.ansible-ci.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
- hosts: hifive
|
||||
become: yes
|
||||
become_user: root
|
||||
|
||||
- name: Copy project/index.php
|
||||
file:
|
||||
src: /project/index.php
|
||||
dst: /var/www/html
|
||||
owner: apache
|
||||
group: apache
|
||||
recurse: yes
|
Loading…
x
Reference in New Issue
Block a user