Olli Graf
1 year ago
7 changed files with 5012 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||||
|
[defaults] |
||||
|
inventory = inventory.yml |
||||
|
interpreter_python = auto_silent |
||||
|
nocows = 1 |
||||
|
timeout= 60 |
||||
|
force_valid_group_names = ignore |
||||
|
#private_key_file = ~/.ssh/id_ed25519 |
||||
|
private_key_file = ~/.ssh/id_rsa |
||||
|
|
||||
|
[ssh_connection] |
||||
|
ssh_args = -o StrictHostKeyChecking=no |
||||
|
|
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
@ -0,0 +1,6 @@ |
|||||
|
- hosts: "{{ target }}" |
||||
|
gather_facts: true |
||||
|
remote_user: pi |
||||
|
roles: |
||||
|
- gather-facts |
||||
|
|
@ -0,0 +1,3 @@ |
|||||
|
- name: Informationen sammeln |
||||
|
ansible.builtin.debug: |
||||
|
var: ansible_facts |
Loading…
Reference in new issue