如何在Centos上使用ansible模块启动httpd服务

问题描述 投票:0回答:1

我正在为我的Apache服务器起诉密码短语保护的SSL证书。每当我尝试重新启动Apache服务器时都要求密码,我可以手动输入密码,但是如何使用Ansible模块(systemd或command)重启服务?如何通过ansible传递我的密码启动服务?

apache ansible
1个回答
0
投票

要使apache每次重新启动时都收到密码,请将其添加到qazxsw poi中:

httpd.conf

并在您的SSLPassPhraseDialog exec:/path/to/passphrase-file 文件中:

/path/to/passphrase-file

来自#!/bin/sh echo "the passphrase" 的回答

© www.soinside.com 2019 - 2024. All rights reserved.