如何在Centos上使用ansible模块启动httpd服务
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在Centos上使用ansible模块启动httpd服务相关的知识,希望对你有一定的参考价值。
我正在为我的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"
的回答
以上是关于如何在Centos上使用ansible模块启动httpd服务的主要内容,如果未能解决你的问题,请参考以下文章
如何使用ansible在CentOS 6.5上安装nginx