Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

13 lignes
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