aboutsummaryrefslogtreecommitdiff
blob: 3dfbc092988bc7add3e6def80b1abb9bf6aa8074 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
- name: Init
  hosts: atlas
  remote_user: root
  gather_facts: true
  vars:
    ansible_ssh_common_args: "-J pve"

  roles:
    - role: init
Powered by cgit v1.2.3 (git 2.41.0)