playbook.yml 100 B

1234567
  1. ---
  2. - hosts: all
  3. become: true
  4. vars:
  5. - app_domain_name: localhost
  6. roles:
  7. - role: common