All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 24m47s
16 lines
500 B
Markdown
16 lines
500 B
Markdown
# DDNS Service
|
|
|
|
Since we occasionally need an ipv4 address we'll make one.
|
|
|
|
This creates and keeps updated ipv4 records for reeseapps.com and reeselink.com
|
|
as specified in vars.yaml
|
|
|
|
**NOTE**: This requires the aws cli to be installed on each node with
|
|
credentials that can modify records in route53. See
|
|
[aws_iam](/cloud/graduated/aws_iam/aws_iam.md) and
|
|
[aws_cli](/cloud/graduated/aws_cli/aws_cli.md)
|
|
|
|
```bash
|
|
ansible-playbook -i ansible/inventory.yaml systemd/graduated/ddns/install_ddns.yaml
|
|
```
|