5.5. 例 4: HTTP プロキシーを介した登録
以下のサンプルパラメーターは、必要な登録方法向けの HTTP プロキシーの設定値を設定します。
parameter_defaults: ... rhel_reg_http_proxy_host: "proxy.example.com" rhel_reg_http_proxy_port: "8080" rhel_reg_http_proxy_username: "proxyuser" rhel_reg_http_proxy_password: "p@55w0rd!" ...
parameter_defaults:
...
rhel_reg_http_proxy_host: "proxy.example.com"
rhel_reg_http_proxy_port: "8080"
rhel_reg_http_proxy_username: "proxyuser"
rhel_reg_http_proxy_password: "p@55w0rd!"
...