Skip to content
Snippets Groups Projects
Commit e2f31b4e authored by Sander Kuusemets's avatar Sander Kuusemets
Browse files

Merge branch 'sk0022e-main-patch-37690' into 'main'

Update tasks/main.yml

See merge request !1
parents 73dbc8f4 4384fdc8
No related branches found
No related tags found
1 merge request!1Update tasks/main.yml
......@@ -30,6 +30,12 @@
group: root
mode: 0750
- name: Hosts
lineinfile:
path: /etc/hosts
line: "172.17.66.134 scoring.sa.cs.ut.ee"
regexp: "^172.17.66.134 scoring.sa.cs.ut.ee"
- name: Firewalld restart
service:
name: firewalld
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment