Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
yoho-ansible-roles
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Your Name
6 years ago
Commit
6646840e1ea136000ac67ed2bf401670ff0d6e66
1 parent
defad19e
ufo nginx目录配置
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
roles/ufo-nginx/tasks/main.yml
roles/ufo-nginx/tasks/main.yml
View file @
6646840
...
...
@@ -8,6 +8,20 @@
msg
:
"
user
do
not
type
YES"
when
:
confirmation != 'YES'
# make sure user www exist
-
name
:
"
make
sure
user
www
exist"
user
:
name
:
www
# make sure log path exist
-
name
:
"
make
sure
log
path
exist"
file
:
path
:
/Data/logs/nginx/
state
:
directory
mode
:
0755
owner
:
www
group
:
www
# make sure path exist
-
stat
:
path
:
"
{{
path
}}"
...
...
Please
register
or
login
to post a comment