第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

Ansible Inventory - 管理主機(jī)的清單

標(biāo)簽:
架構(gòu)

webp

默认存于 /etc/ansible/hosts 文件中,也可以通过 -i <PATH> 指定到文件。

主机和组

示例:INI 格式

all.example.com

other ansible_port=5555 ansible_host=192.0.2.50

[webservers]
web1.example.com
web2.example.com

[dbservers]
db1.example.com
db2.example.com
db3.example.com

[otherservers]
other.example.com:8080

示例:YAML 格式

all:  hosts:    all.example.com
    other:      ansible_port: 5555      ansible_host: 192.0.2.50
  children:    webservers:      hosts:        web1.example.com:        web2.example.com:    dbservers:      hosts:        db1.example.com:        db2.example.com:        db3.example.com:

主机变量

可供 playbooks 使用,示例:

[atlanta]
host1 http_port=80 maxRequestsPerChild=808
host2 http_port=303 maxRequestsPerChild=909

组变量

示例:INI 格式

[atlanta]
host1
host2

[atlanta:vars]
ntp_server=ntp.atlanta.example.com
proxy=proxy.atlanta.example.com

示例:YAML 格式

atlanta:  hosts:    host1:    host2:  vars:    ntp_server: ntp.atlanta.example.com
    proxy: proxy.atlanta.example.com

群组和组变量

示例:INI 格式

[atlanta]
host1
host2

[raleigh]
host2
host3

[southeast:children]
atlanta
raleigh

[southeast:vars]
some_server=foo.southeast.example.com
halon_system_timeout=30

[usa:children]
southeast
northeast

示例:YAML 格式

all:  children:    usa:      children:        southeast:          children:            atlanta:              hosts:                host1:                host2:            raleigh:              hosts:                host2:                host3:          vars:            some_server: foo.southeast.example.com
            halon_system_timeout: 30       northeast:

如果需要存储列表或散列数据,建议将主机和组特定变量与 Inventory 文件分开。

关于群组的补充说明:

  • 任何属于子组的成员都自动成为父组的成员

  • 子组的变量将具有更高的优先级(覆盖父组的变量)

  • 组可以有多个父母和孩子,但不是循环关系

  • 主机也可以在多个组中,但只有一个主机实例,合并来自多个组的数据

默认组

有两个默认组:allungrouped

  • all 包含每个主机。

  • ungrouped 包含所有没有另一个组的主机。

即每个主机将永远属于至少2个组。



作者:Anoyi
链接:https://www.jianshu.com/p/3dfa1ae67c32


點(diǎn)擊查看更多內(nèi)容
TA 點(diǎn)贊

若覺(jué)得本文不錯(cuò),就分享一下吧!

評(píng)論

作者其他優(yōu)質(zhì)文章

正在加載中
  • 推薦
  • 評(píng)論
  • 收藏
  • 共同學(xué)習(xí),寫(xiě)下你的評(píng)論
感謝您的支持,我會(huì)繼續(xù)努力的~
掃碼打賞,你說(shuō)多少就多少
贊賞金額會(huì)直接到老師賬戶
支付方式
打開(kāi)微信掃一掃,即可進(jìn)行掃碼打賞哦
今天注冊(cè)有機(jī)會(huì)得

100積分直接送

付費(fèi)專欄免費(fèi)學(xué)

大額優(yōu)惠券免費(fèi)領(lǐng)

立即參與 放棄機(jī)會(huì)
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)

舉報(bào)

0/150
提交
取消