Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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