Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
gn4-3-wp8-t3.1 SOC
soctools
Commits
f9aeccce
Commit
f9aeccce
authored
Feb 16, 2021
by
Arne Øslebø
Browse files
add firewalld as required package
parent
50cb97fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/soctools-server/tasks/main.yml
View file @
f9aeccce
...
...
@@ -16,7 +16,7 @@
-
name
:
Install required packages
yum
:
name
:
[
"
docker-ce"
,
"
docker-ce-cli"
,
"
containerd.io"
,
"
python-pip"
,
"
unzip"
]
name
:
[
"
docker-ce"
,
"
docker-ce-cli"
,
"
containerd.io"
,
"
python-pip"
,
"
unzip"
,
"
firewalld"
]
state
:
latest
validate_certs
:
no
when
:
ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'
...
...
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