summaryrefslogtreecommitdiffstats
path: root/playbooks/bootstrap.yaml
blob: 903e671e499ea46850ea1d9f15cfd4b6ae08c876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---

# SPDX-FileCopyrightText: 2021 Ericsson AB and others
#
# SPDX-License-Identifier: Apache-2.0

- hosts: localhost
  connection: local
  gather_facts: false
  become: false

  roles:
    - role: bootstrap