Вы не можете выбрать более 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