選択できるのは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