forked from extern/innernet-playbook
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
|