Something went wrong on our end
-
Nicolas KAROLAK authoredNicolas KAROLAK authored
repos.yml 118 B
#!/usr/bin/env ansible-playbook
---
- name: REPOSITORY
hosts: all
tags: all
roles:
- conf
- repos
...
#!/usr/bin/env ansible-playbook
---
- name: REPOSITORY
hosts: all
tags: all
roles:
- conf
- repos
...