l3d.resolvconf

Ansible Galaxy MIT License

ansible役割 resolvconf

/etc/resolv.confファイルを管理するためのAnsibleの役割。

変数

変数 デフォルト値 説明
resolvconf__mode: '0644' /etc/resolv.confのファイルモード
resolveconf__immutable: false trueにすると、他の人が/etc/resolv.confを変更できなくなります
resolvconf__nameservers: [] 名前サーバーのリストを設定できます (いくつかの))
resolvconf__domain: ドメインオプションの値を設定できます
resolvconf__search: [] 検索ドメインのリストを設定できます
resolvconf__options: [] rotatetimeout:2などの追加オプションのリストを設定できます
submodules_versioncheck: false 簡単なバージョンチェックを実行します (trueが推奨されます)

テスト

この役割は、異なるLinuxシステムのさまざまなバージョンに対してこれらのgithubアクションによってテストされています。リンティングはtravis-ciとansible-lintアクションを使用してテストされています。 テストについてもっと知りたい場合は、githubマーケットプレイスをご覧ください。

テストステータス Githubマーケットプレイス
Ansible Lintチェック ansible-lintアクション
Yamllint GitHub Actions yamllint githubアクション
Galaxyリリース galaxyへのansible役割の公開
プロジェクトについて

Manage your /etc/resolv.conf file.

インストール
ansible-galaxy install l3d.resolvconf
ライセンス
mit
ダウンロード
37k
所有者
Ansible roles provide a framework for fully independent, or interdependent collections of variables,tasks,files,templates &modules. Here we maintain some. enjoy