This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-buildbot
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix ssl-cert permissions
covid-videoplattform
Markus Katharina Brechtel
4 years ago
parent
9ada4dd736
commit
8e8dcaa853
1 changed files
with
8 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
tasks/main.yaml
+ 8
- 0
tasks/main.yaml
View File
@@ -12,6 +12,14 @@
- python-psycopg2 # for ansible
- python-psycopg2 # for ansible
- postgresql
- postgresql
- python3-psycopg2
- python3-psycopg2
- ssl-cert
- name: set correct permissions for /etc/ssl/private
file:
path: /etc/ssl/private
mode: 0750
owner: root
group: ssl-cert
- name: install buildbot
- name: install buildbot
pip:
pip:
Write
Preview
Loading…
Cancel
Save