您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
333B

  1. version: '2'
  2. tasks:
  3. default:
  4. cmds:
  5. - ansible-playbook -i inventory -i inventory.json deploy.yaml
  6. - terraform init
  7. - terraform apply -auto-approve
  8. - ansible-playbook -i inventory -i inventory.json common.yaml
  9. wordpress:
  10. cmds:
  11. - ansible-playbook -i inventory -i inventory.json wordpress.yaml