-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(map.jinja): split
osfingermap.yaml
under parameters/osfinger/
- Loading branch information
Showing
17 changed files
with
372 additions
and
49 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Setup variables specific to salt['config.get']('osfinger') == Amazon Linux AMI-2018. | ||
# You just need to add the key:values for this `osfinger` that differ | ||
# from `defaults.yaml`. | ||
# | ||
# If you do not need to provide defaults via the `osfinger` config, | ||
# you can remove this file or provide at least an empty dict, e.g. | ||
# values: {} | ||
# | ||
# This file will be merged with `salt.slsutil.merge`: | ||
# | ||
# You can select the merging strategy by defining the `strategy` dict | ||
# with one of: `aggregate`, `list`, `overwrite`, `recurse`, `smart`, e.g. | ||
# strategy: 'recurse' | ||
# | ||
# If you use the `recurse` or `overwrite` strategy, you can aggregate | ||
# the lists by defining the `merge_lists` dict with a boolean, e.g. | ||
# merge_lists: 'true' | ||
--- | ||
values: {} | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Setup variables specific to salt['config.get']('osfinger') == Amazon Linux-2. | ||
# You just need to add the key:values for this `osfinger` that differ | ||
# from `defaults.yaml`. | ||
# | ||
# If you do not need to provide defaults via the `osfinger` config, | ||
# you can remove this file or provide at least an empty dict, e.g. | ||
# values: {} | ||
# | ||
# This file will be merged with `salt.slsutil.merge`: | ||
# | ||
# You can select the merging strategy by defining the `strategy` dict | ||
# with one of: `aggregate`, `list`, `overwrite`, `recurse`, `smart`, e.g. | ||
# strategy: 'recurse' | ||
# | ||
# If you use the `recurse` or `overwrite` strategy, you can aggregate | ||
# the lists by defining the `merge_lists` dict with a boolean, e.g. | ||
# merge_lists: 'true' | ||
--- | ||
values: {} | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Setup variables specific to salt['config.get']('osfinger') == CentOS Linux-7. | ||
# You just need to add the key:values for this `osfinger` that differ | ||
# from `defaults.yaml`. | ||
# | ||
# If you do not need to provide defaults via the `osfinger` config, | ||
# you can remove this file or provide at least an empty dict, e.g. | ||
# values: {} | ||
# | ||
# This file will be merged with `salt.slsutil.merge`: | ||
# | ||
# You can select the merging strategy by defining the `strategy` dict | ||
# with one of: `aggregate`, `list`, `overwrite`, `recurse`, `smart`, e.g. | ||
# strategy: 'recurse' | ||
# | ||
# If you use the `recurse` or `overwrite` strategy, you can aggregate | ||
# the lists by defining the `merge_lists` dict with a boolean, e.g. | ||
# merge_lists: 'true' | ||
--- | ||
values: {} | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Setup variables specific to salt['config.get']('osfinger') == CentOS Linux-8. | ||
# You just need to add the key:values for this `osfinger` that differ | ||
# from `defaults.yaml`. | ||
# | ||
# If you do not need to provide defaults via the `osfinger` config, | ||
# you can remove this file or provide at least an empty dict, e.g. | ||
# values: {} | ||
# | ||
# This file will be merged with `salt.slsutil.merge`: | ||
# | ||
# You can select the merging strategy by defining the `strategy` dict | ||
# with one of: `aggregate`, `list`, `overwrite`, `recurse`, `smart`, e.g. | ||
# strategy: 'recurse' | ||
# | ||
# If you use the `recurse` or `overwrite` strategy, you can aggregate | ||
# the lists by defining the `merge_lists` dict with a boolean, e.g. | ||
# merge_lists: 'true' | ||
--- | ||
values: {} | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Setup variables specific to salt['config.get']('osfinger') == CentOS-6. | ||
# You just need to add the key:values for this `osfinger` that differ | ||
# from `defaults.yaml`. | ||
# | ||
# If you do not need to provide defaults via the `osfinger` config, | ||
# you can remove this file or provide at least an empty dict, e.g. | ||
# values: {} | ||
# | ||
# This file will be merged with `salt.slsutil.merge`: | ||
# | ||
# You can select the merging strategy by defining the `strategy` dict | ||
# with one of: `aggregate`, `list`, `overwrite`, `recurse`, `smart`, e.g. | ||
# strategy: 'recurse' | ||
# | ||
# If you use the `recurse` or `overwrite` strategy, you can aggregate | ||
# the lists by defining the `merge_lists` dict with a boolean, e.g. | ||
# merge_lists: 'true' | ||
--- | ||
values: | ||
pkg: | ||
name: TEMPLATE-centos-6 | ||
config: /etc/TEMPLATE.d/custom-centos-6.conf | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Setup variables specific to salt['config.get']('osfinger') == Debian-10. | ||
# You just need to add the key:values for this `osfinger` that differ | ||
# from `defaults.yaml`. | ||
# | ||
# If you do not need to provide defaults via the `osfinger` config, | ||
# you can remove this file or provide at least an empty dict, e.g. | ||
# values: {} | ||
# | ||
# This file will be merged with `salt.slsutil.merge`: | ||
# | ||
# You can select the merging strategy by defining the `strategy` dict | ||
# with one of: `aggregate`, `list`, `overwrite`, `recurse`, `smart`, e.g. | ||
# strategy: 'recurse' | ||
# | ||
# If you use the `recurse` or `overwrite` strategy, you can aggregate | ||
# the lists by defining the `merge_lists` dict with a boolean, e.g. | ||
# merge_lists: 'true' | ||
--- | ||
values: {} | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Setup variables specific to salt['config.get']('osfinger') == Debian-8. | ||
# You just need to add the key:values for this `osfinger` that differ | ||
# from `defaults.yaml`. | ||
# | ||
# If you do not need to provide defaults via the `osfinger` config, | ||
# you can remove this file or provide at least an empty dict, e.g. | ||
# values: {} | ||
# | ||
# This file will be merged with `salt.slsutil.merge`: | ||
# | ||
# You can select the merging strategy by defining the `strategy` dict | ||
# with one of: `aggregate`, `list`, `overwrite`, `recurse`, `smart`, e.g. | ||
# strategy: 'recurse' | ||
# | ||
# If you use the `recurse` or `overwrite` strategy, you can aggregate | ||
# the lists by defining the `merge_lists` dict with a boolean, e.g. | ||
# merge_lists: 'true' | ||
--- | ||
values: {} | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Setup variables specific to salt['config.get']('osfinger') == Debian-9. | ||
# You just need to add the key:values for this `osfinger` that differ | ||
# from `defaults.yaml`. | ||
# | ||
# If you do not need to provide defaults via the `osfinger` config, | ||
# you can remove this file or provide at least an empty dict, e.g. | ||
# values: {} | ||
# | ||
# This file will be merged with `salt.slsutil.merge`: | ||
# | ||
# You can select the merging strategy by defining the `strategy` dict | ||
# with one of: `aggregate`, `list`, `overwrite`, `recurse`, `smart`, e.g. | ||
# strategy: 'recurse' | ||
# | ||
# If you use the `recurse` or `overwrite` strategy, you can aggregate | ||
# the lists by defining the `merge_lists` dict with a boolean, e.g. | ||
# merge_lists: 'true' | ||
--- | ||
values: {} | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Setup variables specific to salt['config.get']('osfinger') == Fedora-30. | ||
# You just need to add the key:values for this `osfinger` that differ | ||
# from `defaults.yaml`. | ||
# | ||
# If you do not need to provide defaults via the `osfinger` config, | ||
# you can remove this file or provide at least an empty dict, e.g. | ||
# values: {} | ||
# | ||
# This file will be merged with `salt.slsutil.merge`: | ||
# | ||
# You can select the merging strategy by defining the `strategy` dict | ||
# with one of: `aggregate`, `list`, `overwrite`, `recurse`, `smart`, e.g. | ||
# strategy: 'recurse' | ||
# | ||
# If you use the `recurse` or `overwrite` strategy, you can aggregate | ||
# the lists by defining the `merge_lists` dict with a boolean, e.g. | ||
# merge_lists: 'true' | ||
--- | ||
values: {} | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Setup variables specific to salt['config.get']('osfinger') == Fedora-31. | ||
# You just need to add the key:values for this `osfinger` that differ | ||
# from `defaults.yaml`. | ||
# | ||
# If you do not need to provide defaults via the `osfinger` config, | ||
# you can remove this file or provide at least an empty dict, e.g. | ||
# values: {} | ||
# | ||
# This file will be merged with `salt.slsutil.merge`: | ||
# | ||
# You can select the merging strategy by defining the `strategy` dict | ||
# with one of: `aggregate`, `list`, `overwrite`, `recurse`, `smart`, e.g. | ||
# strategy: 'recurse' | ||
# | ||
# If you use the `recurse` or `overwrite` strategy, you can aggregate | ||
# the lists by defining the `merge_lists` dict with a boolean, e.g. | ||
# merge_lists: 'true' | ||
--- | ||
values: {} | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Setup variables specific to salt['config.get']('osfinger') == FreeBSD-12. | ||
# You just need to add the key:values for this `osfinger` that differ | ||
# from `defaults.yaml`. | ||
# | ||
# If you do not need to provide defaults via the `osfinger` config, | ||
# you can remove this file or provide at least an empty dict, e.g. | ||
# values: {} | ||
# | ||
# This file will be merged with `salt.slsutil.merge`: | ||
# | ||
# You can select the merging strategy by defining the `strategy` dict | ||
# with one of: `aggregate`, `list`, `overwrite`, `recurse`, `smart`, e.g. | ||
# strategy: 'recurse' | ||
# | ||
# If you use the `recurse` or `overwrite` strategy, you can aggregate | ||
# the lists by defining the `merge_lists` dict with a boolean, e.g. | ||
# merge_lists: 'true' | ||
--- | ||
values: {} | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Setup variables specific to salt['config.get']('osfinger') == Gentoo-2. | ||
# You just need to add the key:values for this `osfinger` that differ | ||
# from `defaults.yaml`. | ||
# | ||
# If you do not need to provide defaults via the `osfinger` config, | ||
# you can remove this file or provide at least an empty dict, e.g. | ||
# values: {} | ||
# | ||
# This file will be merged with `salt.slsutil.merge`: | ||
# | ||
# You can select the merging strategy by defining the `strategy` dict | ||
# with one of: `aggregate`, `list`, `overwrite`, `recurse`, `smart`, e.g. | ||
# strategy: 'recurse' | ||
# | ||
# If you use the `recurse` or `overwrite` strategy, you can aggregate | ||
# the lists by defining the `merge_lists` dict with a boolean, e.g. | ||
# merge_lists: 'true' | ||
--- | ||
values: {} | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Setup variables specific to salt['config.get']('osfinger') == Leap-15. | ||
# You just need to add the key:values for this `osfinger` that differ | ||
# from `defaults.yaml`. | ||
# | ||
# If you do not need to provide defaults via the `osfinger` config, | ||
# you can remove this file or provide at least an empty dict, e.g. | ||
# values: {} | ||
# | ||
# This file will be merged with `salt.slsutil.merge`: | ||
# | ||
# You can select the merging strategy by defining the `strategy` dict | ||
# with one of: `aggregate`, `list`, `overwrite`, `recurse`, `smart`, e.g. | ||
# strategy: 'recurse' | ||
# | ||
# If you use the `recurse` or `overwrite` strategy, you can aggregate | ||
# the lists by defining the `merge_lists` dict with a boolean, e.g. | ||
# merge_lists: 'true' | ||
--- | ||
values: {} | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Setup variables specific to salt['config.get']('osfinger') == Ubuntu-16.04. | ||
# You just need to add the key:values for this `osfinger` that differ | ||
# from `defaults.yaml`. | ||
# | ||
# If you do not need to provide defaults via the `osfinger` config, | ||
# you can remove this file or provide at least an empty dict, e.g. | ||
# values: {} | ||
# | ||
# This file will be merged with `salt.slsutil.merge`: | ||
# | ||
# You can select the merging strategy by defining the `strategy` dict | ||
# with one of: `aggregate`, `list`, `overwrite`, `recurse`, `smart`, e.g. | ||
# strategy: 'recurse' | ||
# | ||
# If you use the `recurse` or `overwrite` strategy, you can aggregate | ||
# the lists by defining the `merge_lists` dict with a boolean, e.g. | ||
# merge_lists: 'true' | ||
--- | ||
values: {} | ||
... |
Oops, something went wrong.