我正在为我的Apache服务器起诉密码短语保护的SSL证书。每当我尝试重新启动Apache服务器时都要求密码,我可以手动输入密码,但是如何使用Ansible模块(systemd或command)重启服务?如何通过ansible传递我的密码启动服务?
要使apache每次重新启动时都收到密码,请将其添加到qazxsw poi中:
httpd.conf
并在您的SSLPassPhraseDialog exec:/path/to/passphrase-file
文件中:
/path/to/passphrase-file
来自#!/bin/sh
echo "the passphrase"
的回答