Skip to content
Snippets Groups Projects
Select Git revision
  • 2b6d7434a27a78002b31bf2312b2f5073fc62e38
  • master default protected
2 results

install.yaml

Blame
  • install.yaml 214 B
    ---
      
    - hosts: all
      roles:
        - name: yatesr.timezone
          vars:
            timezone: Europe/Budapest
      tasks:
        - name: Setup Runner VM
          import_tasks: tasks/main.yaml
      
      vars_files:
        - vars/vars.yaml