我们正在使用Ansible配置ElasticSearch集群。我想使用我的stock.ini文件中的值。我有类似下面的内容:
import matplotlib.pyplot as plt
class test():
def __init__(self):
self.fig, ax = plt.subplots()
self.cid_abc = self.fig.canvas.mpl_connect("button_press_event",self.abc)
def abc(self, event):
print("Yes")
mytest = test()
plt.show()
我需要他们在剧本中使用。但是它必须在此字符串中。因此在剧本中,它看起来像
<reportErrorsAtRuntime>true</reportErrorsAtRuntime>
谢谢
答案 0 :(得分:0)
使用以下格式:
[server: children]
server1 ansible_host=<server1_ip>