AnsibleTower workflow内のjob間で変数を引き継ぐ
1228 ワード
はじめに
AnsibleTowerでワークフローを利用していると、後続のジョブに前のジョブの結果を引き渡したいことがある
ついついset_fact
で変数を定義して引き継ごうとしてしまうが、これだと別のジョブへは変数を引き渡すことができない
対策
set_stats
で変数を定義することで、後続のジョブに変数を渡すことができる
以下の例でpersistent_variable
が引き継ぎされる
- name: "Set variable"
set_stats:
data:
persistent_variable: "<data>"
参照
公式ドキュメントに答えがあった
Workflows: https://docs.ansible.com/ansible-tower/latest/html/userguide/workflows.html
Author And Source
この問題について(AnsibleTower workflow内のjob間で変数を引き継ぐ), 我々は、より多くの情報をここで見つけました https://qiita.com/zyamu/items/2ae583ed40c6d9ea767c著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .