created roles and playbooks for schreinerei och.

This commit is contained in:
2026-03-21 14:34:30 +01:00
commit 092e6bc94e
24 changed files with 655 additions and 0 deletions

14
common_first.yml Normal file
View File

@@ -0,0 +1,14 @@
---
- name: Run common rolls for all common hosts
hosts: common_first
become: true
roles:
- role: common
tags: common
vars:
ansible_user: "{{ host_vars_common_init_ssh_user }}"
ansible_ssh_pass: "{{ host_vars_common_init_ssh_pass }}"
ansible_become_password: "{{ host_vars_common_init_ssh_pass }}"
ansible_port: 9922
ansible_become_method: su