1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-09-28 15:01:24 +02:00

try group_vars

This commit is contained in:
eoli3n 2017-12-22 14:12:28 +01:00
parent c732e71c29
commit 776e57f1d5

@ -1,4 +1,8 @@
---
- hosts: all
tasks:
- include_vars: "{{ ansible_distribution }}.yml"
- hosts: all
tags: [ 'server', 'laptop', 'desktop' ]