This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
janniswarnat
committed
Mar 25, 2022
1 parent
eb9b898
commit 654779c
Showing
4 changed files
with
178 additions
and
11 deletions.
There are no files selected for viewing
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
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,79 @@ | ||
master_tops: | ||
ext_nodes: /github.com/smart_proxy_salt/bin/foreman-node | ||
|
||
ext_pillar: | ||
- puppet: /github.com/smart_proxy_salt/bin/foreman-node | ||
|
||
autosign_file: /etc/salt/autosign.conf | ||
|
||
autosign_grains_dir: /var/lib/foreman-proxy/salt/grains | ||
|
||
# reactor: | ||
# - 'salt/auth': | ||
# - /var/lib/foreman-proxy/salt/reactors/foreman_minion_auth.sls | ||
|
||
# /etc/salt/master.d/foreman.config Example configuration | ||
# | ||
# This file summarizes configurations for the salt-master. Modify directories and | ||
# parameters to fit your setup. When you're done, remove the .example from the | ||
# filename so the salt-master will make use of it. | ||
# Have a look at the [Foreman Salt Plugin Documentation](https://theforeman.org/plugins/foreman_salt/) for detailed explanations. | ||
# | ||
# After editing this file, run the following command to active the changes: | ||
# $ systemctl restart salt-master | ||
|
||
|
||
## | ||
# Autosign | ||
#autosign_grains_dir: /var/lib/foreman-proxy/salt/grains | ||
#autosign_file: /etc/salt/autosign.conf | ||
# Uncomment the next line to make use of the autosign host name file (not recommended) | ||
# permissive_pki_access: True | ||
|
||
|
||
## | ||
# Node classifier | ||
#master_tops: | ||
# ext_nodes: /usr/bin/foreman-node | ||
|
||
|
||
## | ||
# Pillar data access | ||
#ext_pillar: | ||
# - puppet: /usr/bin/foreman-node | ||
|
||
|
||
## | ||
# Salt API access | ||
#external_auth: | ||
# pam: | ||
# saltuser: # Username of your salt user | ||
# - '@runner' | ||
|
||
#rest_cherrypy: | ||
# port: 9191 | ||
# ssl_key: /etc/puppet/example.key # Add the path to your Puppet ssl key here | ||
# ssl_crt: /etc/puppet/example.crt # Add the path to your Puppet ssl certificate here | ||
|
||
|
||
## | ||
# Remote execution provider | ||
#publisher_acl: | ||
# foreman-proxy: | ||
# - state.template_str | ||
|
||
|
||
## | ||
# Salt environment (optional) | ||
#file_roots: | ||
# base: | ||
# - /srv/salt | ||
|
||
|
||
## | ||
# Reactors | ||
#reactor: | ||
# - 'salt/auth': # Autosign reactor | ||
# - /var/lib/foreman-proxy/salt/reactors/foreman_minion_auth.sls | ||
# - 'salt/job/*/ret/*': # Report reactor | ||
# - /var/lib/foreman-proxy/salt/reactors/foreman_report_upload.sls |
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,88 @@ | ||
apiVersion: v1 | ||
data: | ||
foreman.conf: | | ||
master_tops: | ||
ext_nodes: /github.com/smart_proxy_salt/bin/foreman-node | ||
ext_pillar: | ||
- puppet: /github.com/smart_proxy_salt/bin/foreman-node | ||
autosign_file: /etc/salt/autosign.conf | ||
autosign_grains_dir: /var/lib/foreman-proxy/salt/grains | ||
# reactor: | ||
# - 'salt/auth': | ||
# - /var/lib/foreman-proxy/salt/reactors/foreman_minion_auth.sls | ||
# /etc/salt/master.d/foreman.config Example configuration | ||
# | ||
# This file summarizes configurations for the salt-master. Modify directories and | ||
# parameters to fit your setup. When you're done, remove the .example from the | ||
# filename so the salt-master will make use of it. | ||
# Have a look at the [Foreman Salt Plugin Documentation](https://theforeman.org/plugins/foreman_salt/) for detailed explanations. | ||
# | ||
# After editing this file, run the following command to active the changes: | ||
# $ systemctl restart salt-master | ||
## | ||
# Autosign | ||
#autosign_grains_dir: /var/lib/foreman-proxy/salt/grains | ||
#autosign_file: /etc/salt/autosign.conf | ||
# Uncomment the next line to make use of the autosign host name file (not recommended) | ||
# permissive_pki_access: True | ||
## | ||
# Node classifier | ||
#master_tops: | ||
# ext_nodes: /usr/bin/foreman-node | ||
## | ||
# Pillar data access | ||
#ext_pillar: | ||
# - puppet: /usr/bin/foreman-node | ||
## | ||
# Salt API access | ||
#external_auth: | ||
# pam: | ||
# saltuser: # Username of your salt user | ||
# - '@runner' | ||
#rest_cherrypy: | ||
# port: 9191 | ||
# ssl_key: /etc/puppet/example.key # Add the path to your Puppet ssl key here | ||
# ssl_crt: /etc/puppet/example.crt # Add the path to your Puppet ssl certificate here | ||
## | ||
# Remote execution provider | ||
#publisher_acl: | ||
# foreman-proxy: | ||
# - state.template_str | ||
## | ||
# Salt environment (optional) | ||
#file_roots: | ||
# base: | ||
# - /srv/salt | ||
## | ||
# Reactors | ||
#reactor: | ||
# - 'salt/auth': # Autosign reactor | ||
# - /var/lib/foreman-proxy/salt/reactors/foreman_minion_auth.sls | ||
# - 'salt/job/*/ret/*': # Report reactor | ||
# - /var/lib/foreman-proxy/salt/reactors/foreman_report_upload.sls | ||
kind: ConfigMap | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
io.kompose.service: salt | ||
name: foreman-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