mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-07-23 03:56:14 +02:00
test(_mapdata): update to latest versions
This commit is contained in:
@@ -42,7 +42,7 @@ values:
|
|||||||
version: 0.23.0
|
version: 0.23.0
|
||||||
version: 0.23.0
|
version: 0.23.0
|
||||||
install_packages: true
|
install_packages: true
|
||||||
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3004/SALTSTACK-GPG-KEY.pub
|
key_url: https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
|
||||||
master:
|
master:
|
||||||
ext_pillar:
|
ext_pillar:
|
||||||
- cmd_yaml: cat /etc/salt/yaml
|
- cmd_yaml: cat /etc/salt/yaml
|
||||||
@@ -87,14 +87,13 @@ values:
|
|||||||
state: running
|
state: running
|
||||||
parallel: true
|
parallel: true
|
||||||
pin_version: false
|
pin_version: false
|
||||||
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3004
|
pkgrepo: https://packages.broadcom.com/artifactory/saltproject-rpm/
|
||||||
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
|
pkgrepo_humanname: Salt Repo for Salt LATEST release
|
||||||
pkgrepo_name: saltstack
|
pkgrepo_name: salt-repo-latest
|
||||||
py_ver: py3
|
py_ver: py3
|
||||||
pygit2: python-pygit2
|
pygit2: python-pygit2
|
||||||
python_dulwich: python-dulwich
|
python_dulwich: python-dulwich
|
||||||
python_git: GitPython
|
python_git: GitPython
|
||||||
release: '3004'
|
|
||||||
restart_via_at: false
|
restart_via_at: false
|
||||||
retry_options:
|
retry_options:
|
||||||
attempts: 5
|
attempts: 5
|
||||||
|
|||||||
@@ -0,0 +1,116 @@
|
|||||||
|
# yamllint disable rule:indentation rule:line-length
|
||||||
|
# AlmaLinux-9
|
||||||
|
---
|
||||||
|
values:
|
||||||
|
formulas_settings:
|
||||||
|
checkout_orig_branch: false
|
||||||
|
git_opts:
|
||||||
|
default:
|
||||||
|
basedir: /srv/formulas
|
||||||
|
baseurl: https://github.com/saltstack-formulas
|
||||||
|
options:
|
||||||
|
output_loglevel: quiet
|
||||||
|
rev: master
|
||||||
|
update: false
|
||||||
|
list: {}
|
||||||
|
salt_settings:
|
||||||
|
api_service: salt-api
|
||||||
|
api_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
clean_config_d_dir: true
|
||||||
|
cloud:
|
||||||
|
template_sources:
|
||||||
|
maps: salt://salt/files/cloud.maps.d
|
||||||
|
profiles: salt://salt/files/cloud.profiles.d
|
||||||
|
providers: salt://salt/files/cloud.providers.d
|
||||||
|
config_path: /etc/salt
|
||||||
|
gitfs:
|
||||||
|
dulwich:
|
||||||
|
install_from_source: true
|
||||||
|
gitpython:
|
||||||
|
install_from_source: false
|
||||||
|
pygit2:
|
||||||
|
git:
|
||||||
|
install_from_package: git
|
||||||
|
require_state: false
|
||||||
|
install_from_source: false
|
||||||
|
libgit2:
|
||||||
|
build_parent_dir: /usr/src/
|
||||||
|
download_hash: 683d1164e361e2a0a8d52652840e2340
|
||||||
|
install_from_source: true
|
||||||
|
version: 0.23.0
|
||||||
|
version: 0.23.0
|
||||||
|
install_packages: true
|
||||||
|
key_url: https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
|
||||||
|
master:
|
||||||
|
ext_pillar:
|
||||||
|
- cmd_yaml: cat /etc/salt/yaml
|
||||||
|
- stack:
|
||||||
|
- /path/to/stack1.cfg
|
||||||
|
- /path/to/stack2.cfg
|
||||||
|
- reclass:
|
||||||
|
inventory_base_uri: /etc/reclass
|
||||||
|
- saltclass:
|
||||||
|
- path: /srv/saltclass
|
||||||
|
file_roots:
|
||||||
|
base:
|
||||||
|
- /srv/salt
|
||||||
|
fileserver_backend:
|
||||||
|
- rootfs
|
||||||
|
gitfs_provider: pygit2
|
||||||
|
pillar_roots:
|
||||||
|
base:
|
||||||
|
- /srv/pillar
|
||||||
|
master_config_use_TOFS: false
|
||||||
|
master_remove_config: false
|
||||||
|
master_service: salt-master
|
||||||
|
master_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
minion:
|
||||||
|
file_roots:
|
||||||
|
base:
|
||||||
|
- /srv/salt
|
||||||
|
fileserver_backend:
|
||||||
|
- rootfs
|
||||||
|
master: localhost
|
||||||
|
master_type: str
|
||||||
|
pillar_roots:
|
||||||
|
base:
|
||||||
|
- /srv/pillar
|
||||||
|
minion_config_use_TOFS: false
|
||||||
|
minion_remove_config: false
|
||||||
|
minion_service: salt-minion
|
||||||
|
minion_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
parallel: true
|
||||||
|
pin_version: false
|
||||||
|
pkgrepo: https://packages.broadcom.com/artifactory/saltproject-rpm/
|
||||||
|
pkgrepo_humanname: Salt Repo for Salt LATEST release
|
||||||
|
pkgrepo_name: salt-repo-latest
|
||||||
|
py_ver: py3
|
||||||
|
pygit2: python-pygit2
|
||||||
|
python_dulwich: python-dulwich
|
||||||
|
python_git: GitPython
|
||||||
|
restart_via_at: false
|
||||||
|
retry_options:
|
||||||
|
attempts: 5
|
||||||
|
interval: 10
|
||||||
|
splay: 10
|
||||||
|
until: true
|
||||||
|
rootgroup: root
|
||||||
|
rootuser: root
|
||||||
|
salt_api: salt-api
|
||||||
|
salt_cloud: salt-cloud
|
||||||
|
salt_master: salt-master
|
||||||
|
salt_master_macos_plist_hash: ''
|
||||||
|
salt_minion: salt-minion
|
||||||
|
salt_minion_macos_plist_hash: ''
|
||||||
|
salt_ssh: salt-ssh
|
||||||
|
salt_syndic: salt-syndic
|
||||||
|
ssh_roster: {}
|
||||||
|
syndic_service: salt-syndic
|
||||||
|
use_pip: false
|
||||||
|
version: ''
|
||||||
@@ -0,0 +1,116 @@
|
|||||||
|
# yamllint disable rule:indentation rule:line-length
|
||||||
|
# Amazon Linux-2023
|
||||||
|
---
|
||||||
|
values:
|
||||||
|
formulas_settings:
|
||||||
|
checkout_orig_branch: false
|
||||||
|
git_opts:
|
||||||
|
default:
|
||||||
|
basedir: /srv/formulas
|
||||||
|
baseurl: https://github.com/saltstack-formulas
|
||||||
|
options:
|
||||||
|
output_loglevel: quiet
|
||||||
|
rev: master
|
||||||
|
update: false
|
||||||
|
list: {}
|
||||||
|
salt_settings:
|
||||||
|
api_service: salt-api
|
||||||
|
api_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
clean_config_d_dir: true
|
||||||
|
cloud:
|
||||||
|
template_sources:
|
||||||
|
maps: salt://salt/files/cloud.maps.d
|
||||||
|
profiles: salt://salt/files/cloud.profiles.d
|
||||||
|
providers: salt://salt/files/cloud.providers.d
|
||||||
|
config_path: /etc/salt
|
||||||
|
gitfs:
|
||||||
|
dulwich:
|
||||||
|
install_from_source: true
|
||||||
|
gitpython:
|
||||||
|
install_from_source: false
|
||||||
|
pygit2:
|
||||||
|
git:
|
||||||
|
install_from_package: git
|
||||||
|
require_state: false
|
||||||
|
install_from_source: false
|
||||||
|
libgit2:
|
||||||
|
build_parent_dir: /usr/src/
|
||||||
|
download_hash: 683d1164e361e2a0a8d52652840e2340
|
||||||
|
install_from_source: true
|
||||||
|
version: 0.23.0
|
||||||
|
version: 0.23.0
|
||||||
|
install_packages: true
|
||||||
|
key_url: https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
|
||||||
|
master:
|
||||||
|
ext_pillar:
|
||||||
|
- cmd_yaml: cat /etc/salt/yaml
|
||||||
|
- stack:
|
||||||
|
- /path/to/stack1.cfg
|
||||||
|
- /path/to/stack2.cfg
|
||||||
|
- reclass:
|
||||||
|
inventory_base_uri: /etc/reclass
|
||||||
|
- saltclass:
|
||||||
|
- path: /srv/saltclass
|
||||||
|
file_roots:
|
||||||
|
base:
|
||||||
|
- /srv/salt
|
||||||
|
fileserver_backend:
|
||||||
|
- rootfs
|
||||||
|
gitfs_provider: pygit2
|
||||||
|
pillar_roots:
|
||||||
|
base:
|
||||||
|
- /srv/pillar
|
||||||
|
master_config_use_TOFS: false
|
||||||
|
master_remove_config: false
|
||||||
|
master_service: salt-master
|
||||||
|
master_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
minion:
|
||||||
|
file_roots:
|
||||||
|
base:
|
||||||
|
- /srv/salt
|
||||||
|
fileserver_backend:
|
||||||
|
- rootfs
|
||||||
|
master: localhost
|
||||||
|
master_type: str
|
||||||
|
pillar_roots:
|
||||||
|
base:
|
||||||
|
- /srv/pillar
|
||||||
|
minion_config_use_TOFS: false
|
||||||
|
minion_remove_config: false
|
||||||
|
minion_service: salt-minion
|
||||||
|
minion_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
parallel: true
|
||||||
|
pin_version: false
|
||||||
|
pkgrepo: https://packages.broadcom.com/artifactory/saltproject-rpm/
|
||||||
|
pkgrepo_humanname: SaltStack repo for Amazon Linux 2
|
||||||
|
pkgrepo_name: saltstack-amzn-repo
|
||||||
|
py_ver: py3
|
||||||
|
pygit2: python-pygit2
|
||||||
|
python_dulwich: python-dulwich
|
||||||
|
python_git: GitPython
|
||||||
|
restart_via_at: false
|
||||||
|
retry_options:
|
||||||
|
attempts: 5
|
||||||
|
interval: 10
|
||||||
|
splay: 10
|
||||||
|
until: true
|
||||||
|
rootgroup: root
|
||||||
|
rootuser: root
|
||||||
|
salt_api: salt-api
|
||||||
|
salt_cloud: salt-cloud
|
||||||
|
salt_master: salt-master
|
||||||
|
salt_master_macos_plist_hash: ''
|
||||||
|
salt_minion: salt-minion
|
||||||
|
salt_minion_macos_plist_hash: ''
|
||||||
|
salt_ssh: salt-ssh
|
||||||
|
salt_syndic: salt-syndic
|
||||||
|
ssh_roster: {}
|
||||||
|
syndic_service: salt-syndic
|
||||||
|
use_pip: false
|
||||||
|
version: ''
|
||||||
@@ -42,7 +42,7 @@ values:
|
|||||||
version: 0.23.0
|
version: 0.23.0
|
||||||
version: 0.23.0
|
version: 0.23.0
|
||||||
install_packages: true
|
install_packages: true
|
||||||
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3004/SALTSTACK-GPG-KEY.pub
|
key_url: https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
|
||||||
master:
|
master:
|
||||||
ext_pillar:
|
ext_pillar:
|
||||||
- cmd_yaml: cat /etc/salt/yaml
|
- cmd_yaml: cat /etc/salt/yaml
|
||||||
@@ -87,14 +87,13 @@ values:
|
|||||||
state: running
|
state: running
|
||||||
parallel: true
|
parallel: true
|
||||||
pin_version: false
|
pin_version: false
|
||||||
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3004
|
pkgrepo: https://packages.broadcom.com/artifactory/saltproject-rpm/
|
||||||
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
|
pkgrepo_humanname: Salt Repo for Salt LATEST release
|
||||||
pkgrepo_name: saltstack
|
pkgrepo_name: salt-repo-latest
|
||||||
py_ver: py3
|
py_ver: py3
|
||||||
pygit2: python-pygit2
|
pygit2: python-pygit2
|
||||||
python_dulwich: python-dulwich
|
python_dulwich: python-dulwich
|
||||||
python_git: GitPython
|
python_git: GitPython
|
||||||
release: '3004'
|
|
||||||
restart_via_at: false
|
restart_via_at: false
|
||||||
retry_options:
|
retry_options:
|
||||||
attempts: 5
|
attempts: 5
|
||||||
|
|||||||
@@ -0,0 +1,116 @@
|
|||||||
|
# yamllint disable rule:indentation rule:line-length
|
||||||
|
# CentOS Linux-9
|
||||||
|
---
|
||||||
|
values:
|
||||||
|
formulas_settings:
|
||||||
|
checkout_orig_branch: false
|
||||||
|
git_opts:
|
||||||
|
default:
|
||||||
|
basedir: /srv/formulas
|
||||||
|
baseurl: https://github.com/saltstack-formulas
|
||||||
|
options:
|
||||||
|
output_loglevel: quiet
|
||||||
|
rev: master
|
||||||
|
update: false
|
||||||
|
list: {}
|
||||||
|
salt_settings:
|
||||||
|
api_service: salt-api
|
||||||
|
api_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
clean_config_d_dir: true
|
||||||
|
cloud:
|
||||||
|
template_sources:
|
||||||
|
maps: salt://salt/files/cloud.maps.d
|
||||||
|
profiles: salt://salt/files/cloud.profiles.d
|
||||||
|
providers: salt://salt/files/cloud.providers.d
|
||||||
|
config_path: /etc/salt
|
||||||
|
gitfs:
|
||||||
|
dulwich:
|
||||||
|
install_from_source: true
|
||||||
|
gitpython:
|
||||||
|
install_from_source: false
|
||||||
|
pygit2:
|
||||||
|
git:
|
||||||
|
install_from_package: git
|
||||||
|
require_state: false
|
||||||
|
install_from_source: false
|
||||||
|
libgit2:
|
||||||
|
build_parent_dir: /usr/src/
|
||||||
|
download_hash: 683d1164e361e2a0a8d52652840e2340
|
||||||
|
install_from_source: true
|
||||||
|
version: 0.23.0
|
||||||
|
version: 0.23.0
|
||||||
|
install_packages: true
|
||||||
|
key_url: https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
|
||||||
|
master:
|
||||||
|
ext_pillar:
|
||||||
|
- cmd_yaml: cat /etc/salt/yaml
|
||||||
|
- stack:
|
||||||
|
- /path/to/stack1.cfg
|
||||||
|
- /path/to/stack2.cfg
|
||||||
|
- reclass:
|
||||||
|
inventory_base_uri: /etc/reclass
|
||||||
|
- saltclass:
|
||||||
|
- path: /srv/saltclass
|
||||||
|
file_roots:
|
||||||
|
base:
|
||||||
|
- /srv/salt
|
||||||
|
fileserver_backend:
|
||||||
|
- rootfs
|
||||||
|
gitfs_provider: pygit2
|
||||||
|
pillar_roots:
|
||||||
|
base:
|
||||||
|
- /srv/pillar
|
||||||
|
master_config_use_TOFS: false
|
||||||
|
master_remove_config: false
|
||||||
|
master_service: salt-master
|
||||||
|
master_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
minion:
|
||||||
|
file_roots:
|
||||||
|
base:
|
||||||
|
- /srv/salt
|
||||||
|
fileserver_backend:
|
||||||
|
- rootfs
|
||||||
|
master: localhost
|
||||||
|
master_type: str
|
||||||
|
pillar_roots:
|
||||||
|
base:
|
||||||
|
- /srv/pillar
|
||||||
|
minion_config_use_TOFS: false
|
||||||
|
minion_remove_config: false
|
||||||
|
minion_service: salt-minion
|
||||||
|
minion_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
parallel: true
|
||||||
|
pin_version: false
|
||||||
|
pkgrepo: https://packages.broadcom.com/artifactory/saltproject-rpm/
|
||||||
|
pkgrepo_humanname: Salt Repo for Salt LATEST release
|
||||||
|
pkgrepo_name: salt-repo-latest
|
||||||
|
py_ver: py3
|
||||||
|
pygit2: python-pygit2
|
||||||
|
python_dulwich: python-dulwich
|
||||||
|
python_git: GitPython
|
||||||
|
restart_via_at: false
|
||||||
|
retry_options:
|
||||||
|
attempts: 5
|
||||||
|
interval: 10
|
||||||
|
splay: 10
|
||||||
|
until: true
|
||||||
|
rootgroup: root
|
||||||
|
rootuser: root
|
||||||
|
salt_api: salt-api
|
||||||
|
salt_cloud: salt-cloud
|
||||||
|
salt_master: salt-master
|
||||||
|
salt_master_macos_plist_hash: ''
|
||||||
|
salt_minion: salt-minion
|
||||||
|
salt_minion_macos_plist_hash: ''
|
||||||
|
salt_ssh: salt-ssh
|
||||||
|
salt_syndic: salt-syndic
|
||||||
|
ssh_roster: {}
|
||||||
|
syndic_service: salt-syndic
|
||||||
|
use_pip: false
|
||||||
|
version: ''
|
||||||
@@ -87,15 +87,14 @@ values:
|
|||||||
state: running
|
state: running
|
||||||
parallel: true
|
parallel: true
|
||||||
pin_version: false
|
pin_version: false
|
||||||
pkgrepo: deb [signed-by=/usr/share/keyrings/salt-archive-keyring.gpg arch=amd64]
|
pkgrepo: deb [signed-by=/etc/apt/keyrings/salt-archive-keyring.pgp arch=amd64]
|
||||||
https://repo.saltproject.io/py3/debian/11/amd64/3004 bullseye main
|
https://packages.broadcom.com/artifactory/saltproject-deb stable main
|
||||||
pkgrepo_keyring: https://repo.saltproject.io/py3/debian/11/amd64/3004/salt-archive-keyring.gpg
|
pkgrepo_keyring: https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
|
||||||
pkgrepo_keyring_hash: sha256=ea38e0cdbd8dc53e1af154a8d711a2a321a69f81188062dc5cde9d54df2b8c47
|
pkgrepo_keyring_hash: sha256=36decef986477acb8ba2a1fc4041bcf9f22229ef6c939d0317c9e36a9d142b34
|
||||||
py_ver: py3
|
py_ver: py3
|
||||||
pyinotify: python-pyinotify
|
pyinotify: python-pyinotify
|
||||||
python_dulwich: python-dulwich
|
python_dulwich: python-dulwich
|
||||||
python_git: python-git
|
python_git: python-git
|
||||||
release: '3004'
|
|
||||||
restart_via_at: false
|
restart_via_at: false
|
||||||
retry_options:
|
retry_options:
|
||||||
attempts: 5
|
attempts: 5
|
||||||
|
|||||||
@@ -0,0 +1,117 @@
|
|||||||
|
# yamllint disable rule:indentation rule:line-length
|
||||||
|
# Debian-12
|
||||||
|
---
|
||||||
|
values:
|
||||||
|
formulas_settings:
|
||||||
|
checkout_orig_branch: false
|
||||||
|
git_opts:
|
||||||
|
default:
|
||||||
|
basedir: /srv/formulas
|
||||||
|
baseurl: https://github.com/saltstack-formulas
|
||||||
|
options:
|
||||||
|
output_loglevel: quiet
|
||||||
|
rev: master
|
||||||
|
update: false
|
||||||
|
list: {}
|
||||||
|
salt_settings:
|
||||||
|
api_service: salt-api
|
||||||
|
api_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
clean_config_d_dir: true
|
||||||
|
cloud:
|
||||||
|
template_sources:
|
||||||
|
maps: salt://salt/files/cloud.maps.d
|
||||||
|
profiles: salt://salt/files/cloud.profiles.d
|
||||||
|
providers: salt://salt/files/cloud.providers.d
|
||||||
|
config_path: /etc/salt
|
||||||
|
gitfs:
|
||||||
|
dulwich:
|
||||||
|
install_from_source: true
|
||||||
|
gitpython:
|
||||||
|
install_from_source: false
|
||||||
|
pygit2:
|
||||||
|
git:
|
||||||
|
install_from_package: git
|
||||||
|
require_state: false
|
||||||
|
install_from_source: true
|
||||||
|
libgit2:
|
||||||
|
build_parent_dir: /usr/src/
|
||||||
|
download_hash: 683d1164e361e2a0a8d52652840e2340
|
||||||
|
install_from_source: false
|
||||||
|
version: 0.23.0
|
||||||
|
version: 0.22.1
|
||||||
|
install_packages: true
|
||||||
|
libgit2: libgit2-22
|
||||||
|
master:
|
||||||
|
ext_pillar:
|
||||||
|
- cmd_yaml: cat /etc/salt/yaml
|
||||||
|
- stack:
|
||||||
|
- /path/to/stack1.cfg
|
||||||
|
- /path/to/stack2.cfg
|
||||||
|
- reclass:
|
||||||
|
inventory_base_uri: /etc/reclass
|
||||||
|
- saltclass:
|
||||||
|
- path: /srv/saltclass
|
||||||
|
file_roots:
|
||||||
|
base:
|
||||||
|
- /srv/salt
|
||||||
|
fileserver_backend:
|
||||||
|
- rootfs
|
||||||
|
gitfs_provider: gitpython
|
||||||
|
pillar_roots:
|
||||||
|
base:
|
||||||
|
- /srv/pillar
|
||||||
|
master_config_use_TOFS: false
|
||||||
|
master_remove_config: false
|
||||||
|
master_service: salt-master
|
||||||
|
master_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
minion:
|
||||||
|
file_roots:
|
||||||
|
base:
|
||||||
|
- /srv/salt
|
||||||
|
fileserver_backend:
|
||||||
|
- rootfs
|
||||||
|
master: localhost
|
||||||
|
master_type: str
|
||||||
|
pillar_roots:
|
||||||
|
base:
|
||||||
|
- /srv/pillar
|
||||||
|
minion_config_use_TOFS: false
|
||||||
|
minion_remove_config: false
|
||||||
|
minion_service: salt-minion
|
||||||
|
minion_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
parallel: true
|
||||||
|
pin_version: false
|
||||||
|
pkgrepo: deb [signed-by=/etc/apt/keyrings/salt-archive-keyring.pgp arch=amd64]
|
||||||
|
https://packages.broadcom.com/artifactory/saltproject-deb stable main
|
||||||
|
pkgrepo_keyring: https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
|
||||||
|
pkgrepo_keyring_hash: sha256=36decef986477acb8ba2a1fc4041bcf9f22229ef6c939d0317c9e36a9d142b34
|
||||||
|
py_ver: py3
|
||||||
|
pyinotify: python-pyinotify
|
||||||
|
python_dulwich: python-dulwich
|
||||||
|
python_git: python-git
|
||||||
|
restart_via_at: false
|
||||||
|
retry_options:
|
||||||
|
attempts: 5
|
||||||
|
interval: 10
|
||||||
|
splay: 10
|
||||||
|
until: true
|
||||||
|
rootgroup: root
|
||||||
|
rootuser: root
|
||||||
|
salt_api: salt-api
|
||||||
|
salt_cloud: salt-cloud
|
||||||
|
salt_master: salt-master
|
||||||
|
salt_master_macos_plist_hash: ''
|
||||||
|
salt_minion: salt-minion
|
||||||
|
salt_minion_macos_plist_hash: ''
|
||||||
|
salt_ssh: salt-ssh
|
||||||
|
salt_syndic: salt-syndic
|
||||||
|
ssh_roster: {}
|
||||||
|
syndic_service: salt-syndic
|
||||||
|
use_pip: false
|
||||||
|
version: ''
|
||||||
@@ -42,7 +42,7 @@ values:
|
|||||||
version: 0.23.0
|
version: 0.23.0
|
||||||
version: 0.23.0
|
version: 0.23.0
|
||||||
install_packages: true
|
install_packages: true
|
||||||
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3004/SALTSTACK-GPG-KEY.pub
|
key_url: https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
|
||||||
master:
|
master:
|
||||||
ext_pillar:
|
ext_pillar:
|
||||||
- cmd_yaml: cat /etc/salt/yaml
|
- cmd_yaml: cat /etc/salt/yaml
|
||||||
@@ -87,14 +87,13 @@ values:
|
|||||||
state: running
|
state: running
|
||||||
parallel: true
|
parallel: true
|
||||||
pin_version: false
|
pin_version: false
|
||||||
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3004
|
pkgrepo: https://packages.broadcom.com/artifactory/saltproject-rpm/
|
||||||
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
|
pkgrepo_humanname: Salt Repo for Salt LATEST release
|
||||||
pkgrepo_name: saltstack
|
pkgrepo_name: salt-repo-latest
|
||||||
py_ver: py3
|
py_ver: py3
|
||||||
pygit2: python2-pygit2
|
pygit2: python2-pygit2
|
||||||
python_dulwich: python-dulwich
|
python_dulwich: python-dulwich
|
||||||
python_git: GitPython
|
python_git: GitPython
|
||||||
release: '3004'
|
|
||||||
restart_via_at: false
|
restart_via_at: false
|
||||||
retry_options:
|
retry_options:
|
||||||
attempts: 5
|
attempts: 5
|
||||||
|
|||||||
@@ -0,0 +1,116 @@
|
|||||||
|
# yamllint disable rule:indentation rule:line-length
|
||||||
|
# Fedora-36
|
||||||
|
---
|
||||||
|
values:
|
||||||
|
formulas_settings:
|
||||||
|
checkout_orig_branch: false
|
||||||
|
git_opts:
|
||||||
|
default:
|
||||||
|
basedir: /srv/formulas
|
||||||
|
baseurl: https://github.com/saltstack-formulas
|
||||||
|
options:
|
||||||
|
output_loglevel: quiet
|
||||||
|
rev: master
|
||||||
|
update: false
|
||||||
|
list: {}
|
||||||
|
salt_settings:
|
||||||
|
api_service: salt-api
|
||||||
|
api_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
clean_config_d_dir: true
|
||||||
|
cloud:
|
||||||
|
template_sources:
|
||||||
|
maps: salt://salt/files/cloud.maps.d
|
||||||
|
profiles: salt://salt/files/cloud.profiles.d
|
||||||
|
providers: salt://salt/files/cloud.providers.d
|
||||||
|
config_path: /etc/salt
|
||||||
|
gitfs:
|
||||||
|
dulwich:
|
||||||
|
install_from_source: true
|
||||||
|
gitpython:
|
||||||
|
install_from_source: false
|
||||||
|
pygit2:
|
||||||
|
git:
|
||||||
|
install_from_package: git
|
||||||
|
require_state: false
|
||||||
|
install_from_source: false
|
||||||
|
libgit2:
|
||||||
|
build_parent_dir: /usr/src/
|
||||||
|
download_hash: 683d1164e361e2a0a8d52652840e2340
|
||||||
|
install_from_source: true
|
||||||
|
version: 0.23.0
|
||||||
|
version: 0.23.0
|
||||||
|
install_packages: true
|
||||||
|
key_url: https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
|
||||||
|
master:
|
||||||
|
ext_pillar:
|
||||||
|
- cmd_yaml: cat /etc/salt/yaml
|
||||||
|
- stack:
|
||||||
|
- /path/to/stack1.cfg
|
||||||
|
- /path/to/stack2.cfg
|
||||||
|
- reclass:
|
||||||
|
inventory_base_uri: /etc/reclass
|
||||||
|
- saltclass:
|
||||||
|
- path: /srv/saltclass
|
||||||
|
file_roots:
|
||||||
|
base:
|
||||||
|
- /srv/salt
|
||||||
|
fileserver_backend:
|
||||||
|
- rootfs
|
||||||
|
gitfs_provider: pygit2
|
||||||
|
pillar_roots:
|
||||||
|
base:
|
||||||
|
- /srv/pillar
|
||||||
|
master_config_use_TOFS: false
|
||||||
|
master_remove_config: false
|
||||||
|
master_service: salt-master
|
||||||
|
master_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
minion:
|
||||||
|
file_roots:
|
||||||
|
base:
|
||||||
|
- /srv/salt
|
||||||
|
fileserver_backend:
|
||||||
|
- rootfs
|
||||||
|
master: localhost
|
||||||
|
master_type: str
|
||||||
|
pillar_roots:
|
||||||
|
base:
|
||||||
|
- /srv/pillar
|
||||||
|
minion_config_use_TOFS: false
|
||||||
|
minion_remove_config: false
|
||||||
|
minion_service: salt-minion
|
||||||
|
minion_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
parallel: true
|
||||||
|
pin_version: false
|
||||||
|
pkgrepo: https://packages.broadcom.com/artifactory/saltproject-rpm/
|
||||||
|
pkgrepo_humanname: Salt Repo for Salt LATEST release
|
||||||
|
pkgrepo_name: salt-repo-latest
|
||||||
|
py_ver: py3
|
||||||
|
pygit2: python2-pygit2
|
||||||
|
python_dulwich: python-dulwich
|
||||||
|
python_git: GitPython
|
||||||
|
restart_via_at: false
|
||||||
|
retry_options:
|
||||||
|
attempts: 5
|
||||||
|
interval: 10
|
||||||
|
splay: 10
|
||||||
|
until: true
|
||||||
|
rootgroup: root
|
||||||
|
rootuser: root
|
||||||
|
salt_api: salt-api
|
||||||
|
salt_cloud: salt-cloud
|
||||||
|
salt_master: salt-master
|
||||||
|
salt_master_macos_plist_hash: ''
|
||||||
|
salt_minion: salt-minion
|
||||||
|
salt_minion_macos_plist_hash: ''
|
||||||
|
salt_ssh: salt-ssh
|
||||||
|
salt_syndic: salt-syndic
|
||||||
|
ssh_roster: {}
|
||||||
|
syndic_service: salt-syndic
|
||||||
|
use_pip: false
|
||||||
|
version: ''
|
||||||
@@ -0,0 +1,116 @@
|
|||||||
|
# yamllint disable rule:indentation rule:line-length
|
||||||
|
# Fedora-41
|
||||||
|
---
|
||||||
|
values:
|
||||||
|
formulas_settings:
|
||||||
|
checkout_orig_branch: false
|
||||||
|
git_opts:
|
||||||
|
default:
|
||||||
|
basedir: /srv/formulas
|
||||||
|
baseurl: https://github.com/saltstack-formulas
|
||||||
|
options:
|
||||||
|
output_loglevel: quiet
|
||||||
|
rev: master
|
||||||
|
update: false
|
||||||
|
list: {}
|
||||||
|
salt_settings:
|
||||||
|
api_service: salt-api
|
||||||
|
api_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
clean_config_d_dir: true
|
||||||
|
cloud:
|
||||||
|
template_sources:
|
||||||
|
maps: salt://salt/files/cloud.maps.d
|
||||||
|
profiles: salt://salt/files/cloud.profiles.d
|
||||||
|
providers: salt://salt/files/cloud.providers.d
|
||||||
|
config_path: /etc/salt
|
||||||
|
gitfs:
|
||||||
|
dulwich:
|
||||||
|
install_from_source: true
|
||||||
|
gitpython:
|
||||||
|
install_from_source: false
|
||||||
|
pygit2:
|
||||||
|
git:
|
||||||
|
install_from_package: git
|
||||||
|
require_state: false
|
||||||
|
install_from_source: false
|
||||||
|
libgit2:
|
||||||
|
build_parent_dir: /usr/src/
|
||||||
|
download_hash: 683d1164e361e2a0a8d52652840e2340
|
||||||
|
install_from_source: true
|
||||||
|
version: 0.23.0
|
||||||
|
version: 0.23.0
|
||||||
|
install_packages: true
|
||||||
|
key_url: https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
|
||||||
|
master:
|
||||||
|
ext_pillar:
|
||||||
|
- cmd_yaml: cat /etc/salt/yaml
|
||||||
|
- stack:
|
||||||
|
- /path/to/stack1.cfg
|
||||||
|
- /path/to/stack2.cfg
|
||||||
|
- reclass:
|
||||||
|
inventory_base_uri: /etc/reclass
|
||||||
|
- saltclass:
|
||||||
|
- path: /srv/saltclass
|
||||||
|
file_roots:
|
||||||
|
base:
|
||||||
|
- /srv/salt
|
||||||
|
fileserver_backend:
|
||||||
|
- rootfs
|
||||||
|
gitfs_provider: pygit2
|
||||||
|
pillar_roots:
|
||||||
|
base:
|
||||||
|
- /srv/pillar
|
||||||
|
master_config_use_TOFS: false
|
||||||
|
master_remove_config: false
|
||||||
|
master_service: salt-master
|
||||||
|
master_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
minion:
|
||||||
|
file_roots:
|
||||||
|
base:
|
||||||
|
- /srv/salt
|
||||||
|
fileserver_backend:
|
||||||
|
- rootfs
|
||||||
|
master: localhost
|
||||||
|
master_type: str
|
||||||
|
pillar_roots:
|
||||||
|
base:
|
||||||
|
- /srv/pillar
|
||||||
|
minion_config_use_TOFS: false
|
||||||
|
minion_remove_config: false
|
||||||
|
minion_service: salt-minion
|
||||||
|
minion_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
parallel: true
|
||||||
|
pin_version: false
|
||||||
|
pkgrepo: https://packages.broadcom.com/artifactory/saltproject-rpm/
|
||||||
|
pkgrepo_humanname: Salt Repo for Salt LATEST release
|
||||||
|
pkgrepo_name: salt-repo-latest
|
||||||
|
py_ver: py3
|
||||||
|
pygit2: python2-pygit2
|
||||||
|
python_dulwich: python-dulwich
|
||||||
|
python_git: GitPython
|
||||||
|
restart_via_at: false
|
||||||
|
retry_options:
|
||||||
|
attempts: 5
|
||||||
|
interval: 10
|
||||||
|
splay: 10
|
||||||
|
until: true
|
||||||
|
rootgroup: root
|
||||||
|
rootuser: root
|
||||||
|
salt_api: salt-api
|
||||||
|
salt_cloud: salt-cloud
|
||||||
|
salt_master: salt-master
|
||||||
|
salt_master_macos_plist_hash: ''
|
||||||
|
salt_minion: salt-minion
|
||||||
|
salt_minion_macos_plist_hash: ''
|
||||||
|
salt_ssh: salt-ssh
|
||||||
|
salt_syndic: salt-syndic
|
||||||
|
ssh_roster: {}
|
||||||
|
syndic_service: salt-syndic
|
||||||
|
use_pip: false
|
||||||
|
version: ''
|
||||||
@@ -42,7 +42,7 @@ values:
|
|||||||
version: 0.23.0
|
version: 0.23.0
|
||||||
version: 0.23.0
|
version: 0.23.0
|
||||||
install_packages: true
|
install_packages: true
|
||||||
key_url: https://download.opensuse.org/repositories/systemsmanagement:/saltstack/openSUSE_Leap_15.3/repodata/repomd.xml.key
|
key_url: https://download.opensuse.org/repositories/systemsmanagement:/saltstack/openSUSE_Leap_15.6/repodata/repomd.xml.key
|
||||||
master:
|
master:
|
||||||
ext_pillar:
|
ext_pillar:
|
||||||
- cmd_yaml: cat /etc/salt/yaml
|
- cmd_yaml: cat /etc/salt/yaml
|
||||||
@@ -87,14 +87,13 @@ values:
|
|||||||
state: running
|
state: running
|
||||||
parallel: true
|
parallel: true
|
||||||
pin_version: false
|
pin_version: false
|
||||||
pkgrepo: https://download.opensuse.org/repositories/systemsmanagement:/saltstack/openSUSE_Leap_15.3/
|
pkgrepo: https://download.opensuse.org/repositories/systemsmanagement:/saltstack/openSUSE_Leap_15.6/
|
||||||
pkgrepo_humanname: Salt releases for SLE-based SUSE products (openSUSE_Leap_15.3)
|
pkgrepo_humanname: Salt releases for SLE-based SUSE products (openSUSE_Leap_15.6)
|
||||||
py_ver: py3
|
py_ver: py3
|
||||||
pygit2: python-pygit2
|
pygit2: python-pygit2
|
||||||
pyinotify: python-pyinotify
|
pyinotify: python-pyinotify
|
||||||
python_dulwich: python-dulwich
|
python_dulwich: python-dulwich
|
||||||
python_git: python-git
|
python_git: python-git
|
||||||
release: '3004'
|
|
||||||
restart_via_at: false
|
restart_via_at: false
|
||||||
retry_options:
|
retry_options:
|
||||||
attempts: 5
|
attempts: 5
|
||||||
|
|||||||
@@ -94,7 +94,6 @@ values:
|
|||||||
pyinotify: python-pyinotify
|
pyinotify: python-pyinotify
|
||||||
python_dulwich: python-dulwich
|
python_dulwich: python-dulwich
|
||||||
python_git: python-git
|
python_git: python-git
|
||||||
release: '3004'
|
|
||||||
restart_via_at: false
|
restart_via_at: false
|
||||||
retry_options:
|
retry_options:
|
||||||
attempts: 5
|
attempts: 5
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ values:
|
|||||||
version: 0.23.0
|
version: 0.23.0
|
||||||
version: 0.23.0
|
version: 0.23.0
|
||||||
install_packages: true
|
install_packages: true
|
||||||
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3004/SALTSTACK-GPG-KEY.pub
|
key_url: https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
|
||||||
master:
|
master:
|
||||||
ext_pillar:
|
ext_pillar:
|
||||||
- cmd_yaml: cat /etc/salt/yaml
|
- cmd_yaml: cat /etc/salt/yaml
|
||||||
@@ -87,14 +87,13 @@ values:
|
|||||||
state: running
|
state: running
|
||||||
parallel: true
|
parallel: true
|
||||||
pin_version: false
|
pin_version: false
|
||||||
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3004
|
pkgrepo: https://packages.broadcom.com/artifactory/saltproject-rpm/
|
||||||
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
|
pkgrepo_humanname: Salt Repo for Salt LATEST release
|
||||||
pkgrepo_name: saltstack
|
pkgrepo_name: salt-repo-latest
|
||||||
py_ver: py3
|
py_ver: py3
|
||||||
pygit2: python-pygit2
|
pygit2: python-pygit2
|
||||||
python_dulwich: python-dulwich
|
python_dulwich: python-dulwich
|
||||||
python_git: GitPython
|
python_git: GitPython
|
||||||
release: '3004'
|
|
||||||
restart_via_at: false
|
restart_via_at: false
|
||||||
retry_options:
|
retry_options:
|
||||||
attempts: 5
|
attempts: 5
|
||||||
|
|||||||
@@ -0,0 +1,116 @@
|
|||||||
|
# yamllint disable rule:indentation rule:line-length
|
||||||
|
# Oracle Linux Server-9
|
||||||
|
---
|
||||||
|
values:
|
||||||
|
formulas_settings:
|
||||||
|
checkout_orig_branch: false
|
||||||
|
git_opts:
|
||||||
|
default:
|
||||||
|
basedir: /srv/formulas
|
||||||
|
baseurl: https://github.com/saltstack-formulas
|
||||||
|
options:
|
||||||
|
output_loglevel: quiet
|
||||||
|
rev: master
|
||||||
|
update: false
|
||||||
|
list: {}
|
||||||
|
salt_settings:
|
||||||
|
api_service: salt-api
|
||||||
|
api_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
clean_config_d_dir: true
|
||||||
|
cloud:
|
||||||
|
template_sources:
|
||||||
|
maps: salt://salt/files/cloud.maps.d
|
||||||
|
profiles: salt://salt/files/cloud.profiles.d
|
||||||
|
providers: salt://salt/files/cloud.providers.d
|
||||||
|
config_path: /etc/salt
|
||||||
|
gitfs:
|
||||||
|
dulwich:
|
||||||
|
install_from_source: true
|
||||||
|
gitpython:
|
||||||
|
install_from_source: false
|
||||||
|
pygit2:
|
||||||
|
git:
|
||||||
|
install_from_package: git
|
||||||
|
require_state: false
|
||||||
|
install_from_source: false
|
||||||
|
libgit2:
|
||||||
|
build_parent_dir: /usr/src/
|
||||||
|
download_hash: 683d1164e361e2a0a8d52652840e2340
|
||||||
|
install_from_source: true
|
||||||
|
version: 0.23.0
|
||||||
|
version: 0.23.0
|
||||||
|
install_packages: true
|
||||||
|
key_url: https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
|
||||||
|
master:
|
||||||
|
ext_pillar:
|
||||||
|
- cmd_yaml: cat /etc/salt/yaml
|
||||||
|
- stack:
|
||||||
|
- /path/to/stack1.cfg
|
||||||
|
- /path/to/stack2.cfg
|
||||||
|
- reclass:
|
||||||
|
inventory_base_uri: /etc/reclass
|
||||||
|
- saltclass:
|
||||||
|
- path: /srv/saltclass
|
||||||
|
file_roots:
|
||||||
|
base:
|
||||||
|
- /srv/salt
|
||||||
|
fileserver_backend:
|
||||||
|
- rootfs
|
||||||
|
gitfs_provider: pygit2
|
||||||
|
pillar_roots:
|
||||||
|
base:
|
||||||
|
- /srv/pillar
|
||||||
|
master_config_use_TOFS: false
|
||||||
|
master_remove_config: false
|
||||||
|
master_service: salt-master
|
||||||
|
master_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
minion:
|
||||||
|
file_roots:
|
||||||
|
base:
|
||||||
|
- /srv/salt
|
||||||
|
fileserver_backend:
|
||||||
|
- rootfs
|
||||||
|
master: localhost
|
||||||
|
master_type: str
|
||||||
|
pillar_roots:
|
||||||
|
base:
|
||||||
|
- /srv/pillar
|
||||||
|
minion_config_use_TOFS: false
|
||||||
|
minion_remove_config: false
|
||||||
|
minion_service: salt-minion
|
||||||
|
minion_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
parallel: true
|
||||||
|
pin_version: false
|
||||||
|
pkgrepo: https://packages.broadcom.com/artifactory/saltproject-rpm/
|
||||||
|
pkgrepo_humanname: Salt Repo for Salt LATEST release
|
||||||
|
pkgrepo_name: salt-repo-latest
|
||||||
|
py_ver: py3
|
||||||
|
pygit2: python-pygit2
|
||||||
|
python_dulwich: python-dulwich
|
||||||
|
python_git: GitPython
|
||||||
|
restart_via_at: false
|
||||||
|
retry_options:
|
||||||
|
attempts: 5
|
||||||
|
interval: 10
|
||||||
|
splay: 10
|
||||||
|
until: true
|
||||||
|
rootgroup: root
|
||||||
|
rootuser: root
|
||||||
|
salt_api: salt-api
|
||||||
|
salt_cloud: salt-cloud
|
||||||
|
salt_master: salt-master
|
||||||
|
salt_master_macos_plist_hash: ''
|
||||||
|
salt_minion: salt-minion
|
||||||
|
salt_minion_macos_plist_hash: ''
|
||||||
|
salt_ssh: salt-ssh
|
||||||
|
salt_syndic: salt-syndic
|
||||||
|
ssh_roster: {}
|
||||||
|
syndic_service: salt-syndic
|
||||||
|
use_pip: false
|
||||||
|
version: ''
|
||||||
@@ -42,7 +42,7 @@ values:
|
|||||||
version: 0.23.0
|
version: 0.23.0
|
||||||
version: 0.23.0
|
version: 0.23.0
|
||||||
install_packages: true
|
install_packages: true
|
||||||
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3004/SALTSTACK-GPG-KEY.pub
|
key_url: https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
|
||||||
master:
|
master:
|
||||||
ext_pillar:
|
ext_pillar:
|
||||||
- cmd_yaml: cat /etc/salt/yaml
|
- cmd_yaml: cat /etc/salt/yaml
|
||||||
@@ -87,14 +87,13 @@ values:
|
|||||||
state: running
|
state: running
|
||||||
parallel: true
|
parallel: true
|
||||||
pin_version: false
|
pin_version: false
|
||||||
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3004
|
pkgrepo: https://packages.broadcom.com/artifactory/saltproject-rpm/
|
||||||
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
|
pkgrepo_humanname: Salt Repo for Salt LATEST release
|
||||||
pkgrepo_name: saltstack
|
pkgrepo_name: salt-repo-latest
|
||||||
py_ver: py3
|
py_ver: py3
|
||||||
pygit2: python-pygit2
|
pygit2: python-pygit2
|
||||||
python_dulwich: python-dulwich
|
python_dulwich: python-dulwich
|
||||||
python_git: GitPython
|
python_git: GitPython
|
||||||
release: '3004'
|
|
||||||
restart_via_at: false
|
restart_via_at: false
|
||||||
retry_options:
|
retry_options:
|
||||||
attempts: 5
|
attempts: 5
|
||||||
|
|||||||
@@ -0,0 +1,116 @@
|
|||||||
|
# yamllint disable rule:indentation rule:line-length
|
||||||
|
# Rocky Linux-9
|
||||||
|
---
|
||||||
|
values:
|
||||||
|
formulas_settings:
|
||||||
|
checkout_orig_branch: false
|
||||||
|
git_opts:
|
||||||
|
default:
|
||||||
|
basedir: /srv/formulas
|
||||||
|
baseurl: https://github.com/saltstack-formulas
|
||||||
|
options:
|
||||||
|
output_loglevel: quiet
|
||||||
|
rev: master
|
||||||
|
update: false
|
||||||
|
list: {}
|
||||||
|
salt_settings:
|
||||||
|
api_service: salt-api
|
||||||
|
api_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
clean_config_d_dir: true
|
||||||
|
cloud:
|
||||||
|
template_sources:
|
||||||
|
maps: salt://salt/files/cloud.maps.d
|
||||||
|
profiles: salt://salt/files/cloud.profiles.d
|
||||||
|
providers: salt://salt/files/cloud.providers.d
|
||||||
|
config_path: /etc/salt
|
||||||
|
gitfs:
|
||||||
|
dulwich:
|
||||||
|
install_from_source: true
|
||||||
|
gitpython:
|
||||||
|
install_from_source: false
|
||||||
|
pygit2:
|
||||||
|
git:
|
||||||
|
install_from_package: git
|
||||||
|
require_state: false
|
||||||
|
install_from_source: false
|
||||||
|
libgit2:
|
||||||
|
build_parent_dir: /usr/src/
|
||||||
|
download_hash: 683d1164e361e2a0a8d52652840e2340
|
||||||
|
install_from_source: true
|
||||||
|
version: 0.23.0
|
||||||
|
version: 0.23.0
|
||||||
|
install_packages: true
|
||||||
|
key_url: https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
|
||||||
|
master:
|
||||||
|
ext_pillar:
|
||||||
|
- cmd_yaml: cat /etc/salt/yaml
|
||||||
|
- stack:
|
||||||
|
- /path/to/stack1.cfg
|
||||||
|
- /path/to/stack2.cfg
|
||||||
|
- reclass:
|
||||||
|
inventory_base_uri: /etc/reclass
|
||||||
|
- saltclass:
|
||||||
|
- path: /srv/saltclass
|
||||||
|
file_roots:
|
||||||
|
base:
|
||||||
|
- /srv/salt
|
||||||
|
fileserver_backend:
|
||||||
|
- rootfs
|
||||||
|
gitfs_provider: pygit2
|
||||||
|
pillar_roots:
|
||||||
|
base:
|
||||||
|
- /srv/pillar
|
||||||
|
master_config_use_TOFS: false
|
||||||
|
master_remove_config: false
|
||||||
|
master_service: salt-master
|
||||||
|
master_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
minion:
|
||||||
|
file_roots:
|
||||||
|
base:
|
||||||
|
- /srv/salt
|
||||||
|
fileserver_backend:
|
||||||
|
- rootfs
|
||||||
|
master: localhost
|
||||||
|
master_type: str
|
||||||
|
pillar_roots:
|
||||||
|
base:
|
||||||
|
- /srv/pillar
|
||||||
|
minion_config_use_TOFS: false
|
||||||
|
minion_remove_config: false
|
||||||
|
minion_service: salt-minion
|
||||||
|
minion_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
parallel: true
|
||||||
|
pin_version: false
|
||||||
|
pkgrepo: https://packages.broadcom.com/artifactory/saltproject-rpm/
|
||||||
|
pkgrepo_humanname: Salt Repo for Salt LATEST release
|
||||||
|
pkgrepo_name: salt-repo-latest
|
||||||
|
py_ver: py3
|
||||||
|
pygit2: python-pygit2
|
||||||
|
python_dulwich: python-dulwich
|
||||||
|
python_git: GitPython
|
||||||
|
restart_via_at: false
|
||||||
|
retry_options:
|
||||||
|
attempts: 5
|
||||||
|
interval: 10
|
||||||
|
splay: 10
|
||||||
|
until: true
|
||||||
|
rootgroup: root
|
||||||
|
rootuser: root
|
||||||
|
salt_api: salt-api
|
||||||
|
salt_cloud: salt-cloud
|
||||||
|
salt_master: salt-master
|
||||||
|
salt_master_macos_plist_hash: ''
|
||||||
|
salt_minion: salt-minion
|
||||||
|
salt_minion_macos_plist_hash: ''
|
||||||
|
salt_ssh: salt-ssh
|
||||||
|
salt_syndic: salt-syndic
|
||||||
|
ssh_roster: {}
|
||||||
|
syndic_service: salt-syndic
|
||||||
|
use_pip: false
|
||||||
|
version: ''
|
||||||
@@ -42,7 +42,7 @@ values:
|
|||||||
version: 0.23.0
|
version: 0.23.0
|
||||||
version: 0.22.1
|
version: 0.22.1
|
||||||
install_packages: true
|
install_packages: true
|
||||||
key_url: https://repo.saltproject.io/py3/ubuntu/20.04/amd64/3004/SALTSTACK-GPG-KEY.pub
|
key_url: https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
|
||||||
libgit2: libgit2-22
|
libgit2: libgit2-22
|
||||||
master:
|
master:
|
||||||
ext_pillar:
|
ext_pillar:
|
||||||
@@ -88,16 +88,15 @@ values:
|
|||||||
state: running
|
state: running
|
||||||
parallel: true
|
parallel: true
|
||||||
pin_version: false
|
pin_version: false
|
||||||
pkgrepo: deb [signed-by=/usr/share/keyrings/salt-archive-keyring.gpg arch=amd64]
|
pkgrepo: deb [signed-by=/etc/apt/keyrings/salt-archive-keyring.pgp arch=amd64]
|
||||||
https://repo.saltproject.io/py3/ubuntu/20.04/amd64/3004 focal main
|
https://packages.broadcom.com/artifactory/saltproject-deb stable main
|
||||||
pkgrepo_keyring: https://repo.saltproject.io/py3/ubuntu/20.04/amd64/3004/salt-archive-keyring.gpg
|
pkgrepo_keyring: https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
|
||||||
pkgrepo_keyring_hash: sha256=ea38e0cdbd8dc53e1af154a8d711a2a321a69f81188062dc5cde9d54df2b8c47
|
pkgrepo_keyring_hash: sha256=36decef986477acb8ba2a1fc4041bcf9f22229ef6c939d0317c9e36a9d142b34
|
||||||
py_ver: py3
|
py_ver: py3
|
||||||
pygit2: python-pygit2
|
pygit2: python-pygit2
|
||||||
pyinotify: python-pyinotify
|
pyinotify: python-pyinotify
|
||||||
python_dulwich: python-dulwich
|
python_dulwich: python-dulwich
|
||||||
python_git: python-git
|
python_git: python-git
|
||||||
release: '3004'
|
|
||||||
restart_via_at: false
|
restart_via_at: false
|
||||||
retry_options:
|
retry_options:
|
||||||
attempts: 5
|
attempts: 5
|
||||||
|
|||||||
@@ -0,0 +1,119 @@
|
|||||||
|
# yamllint disable rule:indentation rule:line-length
|
||||||
|
# Ubuntu-22.04
|
||||||
|
---
|
||||||
|
values:
|
||||||
|
formulas_settings:
|
||||||
|
checkout_orig_branch: false
|
||||||
|
git_opts:
|
||||||
|
default:
|
||||||
|
basedir: /srv/formulas
|
||||||
|
baseurl: https://github.com/saltstack-formulas
|
||||||
|
options:
|
||||||
|
output_loglevel: quiet
|
||||||
|
rev: master
|
||||||
|
update: false
|
||||||
|
list: {}
|
||||||
|
salt_settings:
|
||||||
|
api_service: salt-api
|
||||||
|
api_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
clean_config_d_dir: true
|
||||||
|
cloud:
|
||||||
|
template_sources:
|
||||||
|
maps: salt://salt/files/cloud.maps.d
|
||||||
|
profiles: salt://salt/files/cloud.profiles.d
|
||||||
|
providers: salt://salt/files/cloud.providers.d
|
||||||
|
config_path: /etc/salt
|
||||||
|
gitfs:
|
||||||
|
dulwich:
|
||||||
|
install_from_source: true
|
||||||
|
gitpython:
|
||||||
|
install_from_source: false
|
||||||
|
pygit2:
|
||||||
|
git:
|
||||||
|
install_from_package: null
|
||||||
|
require_state: false
|
||||||
|
install_from_source: false
|
||||||
|
libgit2:
|
||||||
|
build_parent_dir: /usr/src/
|
||||||
|
download_hash: 683d1164e361e2a0a8d52652840e2340
|
||||||
|
install_from_source: false
|
||||||
|
version: 0.23.0
|
||||||
|
version: 0.22.1
|
||||||
|
install_packages: true
|
||||||
|
key_url: https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
|
||||||
|
libgit2: libgit2-22
|
||||||
|
master:
|
||||||
|
ext_pillar:
|
||||||
|
- cmd_yaml: cat /etc/salt/yaml
|
||||||
|
- stack:
|
||||||
|
- /path/to/stack1.cfg
|
||||||
|
- /path/to/stack2.cfg
|
||||||
|
- reclass:
|
||||||
|
inventory_base_uri: /etc/reclass
|
||||||
|
- saltclass:
|
||||||
|
- path: /srv/saltclass
|
||||||
|
file_roots:
|
||||||
|
base:
|
||||||
|
- /srv/salt
|
||||||
|
fileserver_backend:
|
||||||
|
- rootfs
|
||||||
|
gitfs_provider: gitpython
|
||||||
|
pillar_roots:
|
||||||
|
base:
|
||||||
|
- /srv/pillar
|
||||||
|
master_config_use_TOFS: false
|
||||||
|
master_remove_config: false
|
||||||
|
master_service: salt-master
|
||||||
|
master_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
minion:
|
||||||
|
file_roots:
|
||||||
|
base:
|
||||||
|
- /srv/salt
|
||||||
|
fileserver_backend:
|
||||||
|
- rootfs
|
||||||
|
master: localhost
|
||||||
|
master_type: str
|
||||||
|
pillar_roots:
|
||||||
|
base:
|
||||||
|
- /srv/pillar
|
||||||
|
minion_config_use_TOFS: false
|
||||||
|
minion_remove_config: false
|
||||||
|
minion_service: salt-minion
|
||||||
|
minion_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
parallel: true
|
||||||
|
pin_version: false
|
||||||
|
pkgrepo: deb [signed-by=/etc/apt/keyrings/salt-archive-keyring.pgp arch=amd64]
|
||||||
|
https://packages.broadcom.com/artifactory/saltproject-deb stable main
|
||||||
|
pkgrepo_keyring: https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
|
||||||
|
pkgrepo_keyring_hash: sha256=36decef986477acb8ba2a1fc4041bcf9f22229ef6c939d0317c9e36a9d142b34
|
||||||
|
py_ver: py3
|
||||||
|
pygit2: python-pygit2
|
||||||
|
pyinotify: python-pyinotify
|
||||||
|
python_dulwich: python-dulwich
|
||||||
|
python_git: python-git
|
||||||
|
restart_via_at: false
|
||||||
|
retry_options:
|
||||||
|
attempts: 5
|
||||||
|
interval: 10
|
||||||
|
splay: 10
|
||||||
|
until: true
|
||||||
|
rootgroup: root
|
||||||
|
rootuser: root
|
||||||
|
salt_api: salt-api
|
||||||
|
salt_cloud: salt-cloud
|
||||||
|
salt_master: salt-master
|
||||||
|
salt_master_macos_plist_hash: ''
|
||||||
|
salt_minion: salt-minion
|
||||||
|
salt_minion_macos_plist_hash: ''
|
||||||
|
salt_ssh: salt-ssh
|
||||||
|
salt_syndic: salt-syndic
|
||||||
|
ssh_roster: {}
|
||||||
|
syndic_service: salt-syndic
|
||||||
|
use_pip: false
|
||||||
|
version: ''
|
||||||
@@ -0,0 +1,119 @@
|
|||||||
|
# yamllint disable rule:indentation rule:line-length
|
||||||
|
# Ubuntu-24.04
|
||||||
|
---
|
||||||
|
values:
|
||||||
|
formulas_settings:
|
||||||
|
checkout_orig_branch: false
|
||||||
|
git_opts:
|
||||||
|
default:
|
||||||
|
basedir: /srv/formulas
|
||||||
|
baseurl: https://github.com/saltstack-formulas
|
||||||
|
options:
|
||||||
|
output_loglevel: quiet
|
||||||
|
rev: master
|
||||||
|
update: false
|
||||||
|
list: {}
|
||||||
|
salt_settings:
|
||||||
|
api_service: salt-api
|
||||||
|
api_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
clean_config_d_dir: true
|
||||||
|
cloud:
|
||||||
|
template_sources:
|
||||||
|
maps: salt://salt/files/cloud.maps.d
|
||||||
|
profiles: salt://salt/files/cloud.profiles.d
|
||||||
|
providers: salt://salt/files/cloud.providers.d
|
||||||
|
config_path: /etc/salt
|
||||||
|
gitfs:
|
||||||
|
dulwich:
|
||||||
|
install_from_source: true
|
||||||
|
gitpython:
|
||||||
|
install_from_source: false
|
||||||
|
pygit2:
|
||||||
|
git:
|
||||||
|
install_from_package: null
|
||||||
|
require_state: false
|
||||||
|
install_from_source: false
|
||||||
|
libgit2:
|
||||||
|
build_parent_dir: /usr/src/
|
||||||
|
download_hash: 683d1164e361e2a0a8d52652840e2340
|
||||||
|
install_from_source: false
|
||||||
|
version: 0.23.0
|
||||||
|
version: 0.22.1
|
||||||
|
install_packages: true
|
||||||
|
key_url: https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
|
||||||
|
libgit2: libgit2-22
|
||||||
|
master:
|
||||||
|
ext_pillar:
|
||||||
|
- cmd_yaml: cat /etc/salt/yaml
|
||||||
|
- stack:
|
||||||
|
- /path/to/stack1.cfg
|
||||||
|
- /path/to/stack2.cfg
|
||||||
|
- reclass:
|
||||||
|
inventory_base_uri: /etc/reclass
|
||||||
|
- saltclass:
|
||||||
|
- path: /srv/saltclass
|
||||||
|
file_roots:
|
||||||
|
base:
|
||||||
|
- /srv/salt
|
||||||
|
fileserver_backend:
|
||||||
|
- rootfs
|
||||||
|
gitfs_provider: gitpython
|
||||||
|
pillar_roots:
|
||||||
|
base:
|
||||||
|
- /srv/pillar
|
||||||
|
master_config_use_TOFS: false
|
||||||
|
master_remove_config: false
|
||||||
|
master_service: salt-master
|
||||||
|
master_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
minion:
|
||||||
|
file_roots:
|
||||||
|
base:
|
||||||
|
- /srv/salt
|
||||||
|
fileserver_backend:
|
||||||
|
- rootfs
|
||||||
|
master: localhost
|
||||||
|
master_type: str
|
||||||
|
pillar_roots:
|
||||||
|
base:
|
||||||
|
- /srv/pillar
|
||||||
|
minion_config_use_TOFS: false
|
||||||
|
minion_remove_config: false
|
||||||
|
minion_service: salt-minion
|
||||||
|
minion_service_details:
|
||||||
|
enabled: true
|
||||||
|
state: running
|
||||||
|
parallel: true
|
||||||
|
pin_version: false
|
||||||
|
pkgrepo: deb [signed-by=/etc/apt/keyrings/salt-archive-keyring.pgp arch=amd64]
|
||||||
|
https://packages.broadcom.com/artifactory/saltproject-deb stable main
|
||||||
|
pkgrepo_keyring: https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
|
||||||
|
pkgrepo_keyring_hash: sha256=36decef986477acb8ba2a1fc4041bcf9f22229ef6c939d0317c9e36a9d142b34
|
||||||
|
py_ver: py3
|
||||||
|
pygit2: python-pygit2
|
||||||
|
pyinotify: python-pyinotify
|
||||||
|
python_dulwich: python-dulwich
|
||||||
|
python_git: python-git
|
||||||
|
restart_via_at: false
|
||||||
|
retry_options:
|
||||||
|
attempts: 5
|
||||||
|
interval: 10
|
||||||
|
splay: 10
|
||||||
|
until: true
|
||||||
|
rootgroup: root
|
||||||
|
rootuser: root
|
||||||
|
salt_api: salt-api
|
||||||
|
salt_cloud: salt-cloud
|
||||||
|
salt_master: salt-master
|
||||||
|
salt_master_macos_plist_hash: ''
|
||||||
|
salt_minion: salt-minion
|
||||||
|
salt_minion_macos_plist_hash: ''
|
||||||
|
salt_ssh: salt-ssh
|
||||||
|
salt_syndic: salt-syndic
|
||||||
|
ssh_roster: {}
|
||||||
|
syndic_service: salt-syndic
|
||||||
|
use_pip: false
|
||||||
|
version: ''
|
||||||
Reference in New Issue
Block a user