diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-01-03 15:33:59 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-01-03 15:33:59 +0100 |
commit | 964c059706b2428c547f9c85dde65fc7328643ab (patch) | |
tree | c3e77eab433810ed92039fb2a806b1d98534b468 /ansible/inventory | |
parent | a863e3ddfda93144d1ae816f11934d88884aabbf (diff) | |
download | infra-964c059706b2428c547f9c85dde65fc7328643ab.tar.gz infra-964c059706b2428c547f9c85dde65fc7328643ab.tar.bz2 infra-964c059706b2428c547f9c85dde65fc7328643ab.tar.xz infra-964c059706b2428c547f9c85dde65fc7328643ab.zip |
o Better groups structure for packages.
Diffstat (limited to 'ansible/inventory')
-rw-r--r-- | ansible/inventory | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ansible/inventory b/ansible/inventory index 46a0920..def1d34 100644 --- a/ansible/inventory +++ b/ansible/inventory @@ -57,11 +57,19 @@ all: homepi: malabaricus: - debian_unstable: + debian_stretch: + hosts: + malabaricus: + vars: + packages__version: stretch + + debian_sid: hosts: akili: arius: birgitte: + vars: + packages__version: sid vm: hosts: |