Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
otree-ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wiso-forschungslabor
otree-ansible
Commits
03bd0df8
Commit
03bd0df8
authored
5 years ago
by
Gallenkamp, Fabian
Browse files
Options
Downloads
Patches
Plain Diff
Adapted ufw to current server config
parent
d103c43b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure_ufw.yml
+4
-2
4 additions, 2 deletions
configure_ufw.yml
site.yml
+3
-3
3 additions, 3 deletions
site.yml
with
7 additions
and
5 deletions
configure_ufw.yml
+
4
−
2
View file @
03bd0df8
...
@@ -7,14 +7,16 @@
...
@@ -7,14 +7,16 @@
-
name
:
allow ssh access from specified ip ranges
-
name
:
allow ssh access from specified ip ranges
ufw
:
ufw
:
rule
:
allow
rule
:
allow
app
:
OpenSSH
from_ip
:
"
{{
item
}}"
from_ip
:
"
{{
item
}}"
to_port
:
22
proto
:
tcp
with_items
:
"
{{
ufw_ssh_allowed_from
}}"
with_items
:
"
{{
ufw_ssh_allowed_from
}}"
-
name
:
rate limiting ssh access
-
name
:
rate limiting ssh access
ufw
:
ufw
:
rule
:
limit
rule
:
limit
app
:
OpenSSH
to_port
:
22
proto
:
tcp
# setup nginx web server exception rule
# setup nginx web server exception rule
-
name
:
allow access of nginx webserver from everywhere
-
name
:
allow access of nginx webserver from everywhere
...
...
This diff is collapsed.
Click to expand it.
site.yml
+
3
−
3
View file @
03bd0df8
...
@@ -10,9 +10,9 @@
...
@@ -10,9 +10,9 @@
-
python3-pip
-
python3-pip
-
python3-dev
-
python3-dev
-
python3-venv
-
python3-venv
#
- python3.7
-
python3.7
#
- python3.7-dev
-
python3.7-dev
#
- python3.7-venv
-
python3.7-venv
-
python-psycopg2
-
python-psycopg2
-
libpq-dev
-
libpq-dev
-
redis-server
-
redis-server
...
...
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