Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iPPIDB
ippidb-web
Commits
358d16c6
Commit
358d16c6
authored
Mar 10, 2021
by
Fabien MAREUIL
Browse files
add in deploy.yml ansible.posix
parent
aa964d1b
Pipeline
#50424
failed with stages
in 25 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ansible/deploy.yaml
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment