mirror of
https://git.fsfe.org/fsfe-system-hackers/innernet-playbook.git
synced 2024-11-22 06:33:11 +01:00
ea8892aba9
This is putting the variables in their correct place
15 lines
269 B
YAML
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
|