Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iPPIDB
ippidb-web
Commits
358d16c6
Commit
358d16c6
authored
4 years ago
by
Fabien MAREUIL
Browse files
Options
Downloads
Patches
Plain Diff
add in deploy.yml ansible.posix
parent
aa964d1b
No related branches found
No related tags found
1 merge request
!30
Prepare for v1.1.1
Pipeline
#50424
failed
4 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/deploy.yaml
+3
-3
3 additions, 3 deletions
ansible/deploy.yaml
with
3 additions
and
3 deletions
ansible/deploy.yaml
+
3
−
3
View file @
358d16c6
...
...
@@ -7,7 +7,7 @@
gather_facts
:
yes
tasks
:
-
name
:
Disable SELinux
selinux
:
ansible.posix.
selinux
:
state
:
disabled
-
name
:
Create celery user
user
:
name=celery-{{ http_port }} groups={{ deploy_user_name }} append=yes state=present createhome=yes
...
...
@@ -350,14 +350,14 @@
-
name
:
Enable firewalld
service
:
name=firewalld state=started enabled=yes
-
name
:
open http firewall service
firewalld
:
ansible.posix.
firewalld
:
service
:
http
zone
:
public
immediate
:
yes
permanent
:
true
state
:
enabled
-
name
:
open http firewall port
firewalld
:
ansible.posix.
firewalld
:
port
:
"
{{
http_port
}}/tcp"
zone
:
public
permanent
:
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment