我还没弄明白如何从Jenkins调用Invoke Ansible Playbooks。 我的设置: 安装Jenkin - >安装Jenkin Ansible插件 我发现了一个git项目:https://github.com/ricardozanini/soccer-stats.git 我想创建一个jenkin作业来调用剧本https://github.com/ricardozanini/soccer-stats/blob/master/provision/playbook.yml,但不知道怎么做。我应该把这条路放在哪里? Invoke Ansible Playbook
答案 0 :(得分:0)
你已经在Jenkins上安装了Ansible插件。
然后你可以在詹金斯文件或工作内部调用你的剧本。
ansiblePlaybook credentialsId: 'private_key', inventory: 'inventories/a/hosts', playbook: 'my_playbook.yml'