Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wordpress
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LQDN Adminsys
piops-roles
wordpress
Commits
62ba60f9
Commit
62ba60f9
authored
Mar 07, 2019
by
Okhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Commenting TLS certs for now
parent
a1bf2db0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
tasks/main.yml
tasks/main.yml
+8
-8
No files found.
tasks/main.yml
View file @
62ba60f9
...
...
@@ -147,11 +147,11 @@
become
:
yes
become_user
:
"
{{
wordpress_unix_user
}}"
-
name
:
récupère le certificat wildcard et la clef depuis pi4
delegate_to
:
pi4.lqdn.fr
command
:
"
scp
{{
item
}}
root@{{
inventory_hostname
}}:{{
item
}}"
with_items
:
-
"
{{
wordpress_wildcard_certfile
}}"
-
"
{{
wordpress_wildcard_keyfile
}}"
notify
:
-
restart apache
#
- name: récupère le certificat wildcard et la clef depuis pi4
#
delegate_to: pi4.lqdn.fr
#
command: "scp {{ item }} root@{{ inventory_hostname }}:{{ item }}"
#
with_items:
#
- "{{ wordpress_wildcard_certfile }}"
#
- "{{ wordpress_wildcard_keyfile }}"
#
notify:
#
- restart apache
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