innernet-playbook/playbook.yml
linus ea8892aba9 put variables where they belong
This is putting the variables in their correct place
2021-11-15 18:44:10 +01:00

15 lines
269 B
YAML

# SPDX-FileCopyrightText: 2021 Free Software Foundation Europe <https://fsfe.org>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- hosts: innernet-server
remote_user: root
roles:
- server
- hosts: innernet-client
remote_user: root
roles:
- client