这是indexloc提供的服务,不要输入任何密码
Skip to content

a1994sc/infra-as-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infrastructure as code

Collection different usage of IaC projects for personal use.

Terraform

The terraform/ has the modules to create Powerdns Records and Matchbox PXE boot profiles.

Inventories

The current inventories I am creating.

  • core: the core dns records used for intranet.
  • omada: the omada dns records used for intranet.
  • personal: the personal dns records used for intranet.

Kubernetes clusters

  • titania
  • oberon

Environment VARS

These environment variables must be populated to properly work with the terraform modules

PowerDNS

  • PDNS_API_KEY: The key used to authentication against the PowerDNS API.
  • PDNS_SERVER_URL: The FQDN or IP, with port, of the PowerDNS API.
  • PDNS_CACERT: The CA used by the reverse proxy infront of the PowerDNS API.

Match box

  • TF_VAR_matchbox_rpc_ca: That path to the Matchbox CA.
  • TF_VAR_matchbox_rpc_client_key: That path to the Matchbox client key.
  • TF_VAR_matchbox_rpc_client_cert: That path to the Matchbox client cert.

Packer

Coming soon.

DIRENV

This project makes use of direnv to load and unload environment vars per directory. It is not required but a useful program.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published