Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Anastasios Lisgaras
GitHubHistory
Commits
911efbc0
Commit
911efbc0
authored
Nov 24, 2015
by
Paschalis Korosoglou
Browse files
Add key files explicitly in gitignore
parent
b70f7d66
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
911efbc0
...
...
@@ -2,5 +2,4 @@
.DS_Store
setup.sh
.*.sw?
hostcert.pem
hostkey.pem
roles/has_certificate/files/*.key
roles/has_certificate/tasks/main.yml
View file @
911efbc0
...
...
@@ -7,13 +7,13 @@
-
name
:
Copy host x509 certificate onto host
tags
:
certificate
copy
:
src=
hostcert
.pem
copy
:
src=
{{ inventory_hostname }}
.pem
dest={{ cert_path }} backup=yes
owner=root group=root mode=0644
-
name
:
Copy host x509 key onto host
tags
:
certificate
copy
:
src=
hostkey.pem
copy
:
src=
{{ inventory_hostname }}.key
dest={{ key_path }} backup=yes
owner=root group=root mode=0400
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment