generated from coredotbin/template-ansible-project
All checks were successful
Build, test, and deploy Hugo site / build-hugo (push) Successful in 23s
14 lines
235 B
YAML
14 lines
235 B
YAML
---
|
|
all:
|
|
hosts:
|
|
whatnow.site:
|
|
ansible_user: act_runner
|
|
ansible_ssh_private_key_file: keys/act_runner
|
|
children:
|
|
docker_hosts:
|
|
hosts:
|
|
whatnow.site:
|
|
webservers:
|
|
hosts:
|
|
whatnow.site:
|