Skip to content

nnstt1/coredns-etcd-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

coredns-etcd-server

CoreDNS と etcd で DNS サーバを構築する Playbook です。

CoreDNS は公式バイナリ、etcd は公式コンテナを使った systemd によるサービス化をしています。

事前準備

Playbook 内で利用する Collections を事前にインストールしてください。

ansible-galaxy collection install containers.podman

使い方

inventory を編集してから coredns-etcd-server.yml を実行してください。

ansible-playbook -i inventory coredns-etcd-server.yml -K

変数

inventory には以下の変数を設定してください。

  • domain
  • coredns_version
  • etcd_version
  • etcd_server
  • etcd_port

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages