是否通过python脚本(如下所示)运行剧本?

时间:2019-05-11 19:03:52

标签: python ansible

我正在编写一个python脚本来运行我的一些剧本。我给剧本起个名字,它就会运行。以下是我可以简单使用的内容。

import os
input1 = raw_input("Enter the name of the script to run ")
cmd1 = "ansible-playbook /home/kratos/" + input1
os.system(cmd1)

它工作正常,但感觉太简单了。我当时在想,其他人正在使用什么来制作他们有趣的剧本。当然,人们并没有输入要运行的每本剧本的名称。

0 个答案:

没有答案