Skip to content
Snippets Groups Projects
repos.yml 118 B
#!/usr/bin/env ansible-playbook
---

- name: REPOSITORY
  hosts: all
  tags: all
  roles:
    - conf
    - repos

...