因為我們是遊戲公司所以就無法避免的用到了自動化工具salt,這裡是我們的一些配置。貼出來僅供參考
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
預設rpm安裝的salt,配置檔案在
/etc/salt/
下
default_include: master.d/*.conf
inte***ce: 192.168.75.128
#繫結到本地的某個網路位址介面
user: root
#執行salt的使用者
worker_threads: 5
#啟動用來接收或應答minion的執行緒數
root_dir: /
#指定salt執行的根目錄
pki_dir:
/etc/salt/pki
#指定用來存放pki認證秘鑰
timeout: 15
output: nested
minion_data_cache: true
#關於minion資訊儲存在master上的引數,這些資訊 主要是pillar和grains
file_recv: true
#允許minions推送檔案到master上。預設是禁用的
runner_dirs: [
'/data/salt/_runner'
]
#設定搜尋runner模組的額外路徑
state_verbose: true
#允許從minions返回更多的資訊,通暢脂肪會失敗或者已經更改。
state_output: full
#改變資訊輸出的格式,當設定為full時,將全部的輸出一行行的顯示輸出
file_roots:
#定義state樹
base:
-
/data/salt/
pillar_roots:
#定義salt變數目錄
base:
-
/data/salt/pillar
drbd配置檔案 drbd配置檔案
drbd配置檔案 vim usr local drbd etc drbd.d global common.conf global usage count yes 是否參加drbd使用者統計 common protocol c 使用drbd的第三種同步協議 disk 使用dpod功能保證在數 on i...
Spring配置檔案載入外部配置檔案
有時,應用程式可能需要從不同的位置 例如 檔案系統 classpath或者url 讀取外部資源 例如 文字檔案 xml檔案 屬性檔案或或者影象檔案 通常,為了從不同位置載入資源,需要和不同的api打交道。spring的資源載入器提供了乙個統一的getresource 方法,使用這個方法可以通過資源路...
mysql簡單配置檔案 MySQL配置檔案
mysql配置檔案 在windows下是my.ini,而在linux下是my.cnf。基本引數 port 3306 埠號 server id 1 basedir c program files mysql mysql server 5.5 基準路徑,其他路徑都相對於這個路徑 datadir c pr...