forked from bitlair/ansible
More rework
This commit is contained in:
parent
ca3a42d2c6
commit
b210abc77e
15 changed files with 19 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
|
||||
- hosts: bank
|
||||
roles:
|
||||
- common
|
||||
|
|
1
bar.yaml
1
bar.yaml
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
|
||||
- hosts: bank-pi.bitlair.nl
|
||||
vars:
|
||||
raspi_rotate_display: "2"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
|
||||
- hosts: debian
|
||||
roles:
|
||||
- common
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
|
||||
- hosts: fotos
|
||||
roles:
|
||||
- common
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
|
||||
- hosts: git-ci
|
||||
roles:
|
||||
- common
|
||||
|
|
1
git.yaml
1
git.yaml
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
|
||||
- hosts: git
|
||||
roles:
|
||||
- common
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
|
||||
- hosts: monitoring
|
||||
roles:
|
||||
- common
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
|
||||
- hosts: mqtt_internal
|
||||
roles:
|
||||
- common
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
|
||||
- hosts: music
|
||||
roles:
|
||||
- common
|
||||
|
|
1
pad.yaml
1
pad.yaml
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
|
||||
- hosts: pad
|
||||
vars:
|
||||
acme_san_domains:
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
- name: Update authorized_keys
|
||||
tags: authorized_keys
|
||||
ansible.builtin.template:
|
||||
src: authorized_keys.j2
|
||||
dest: /root/.ssh/authorized_keys
|
||||
mode: 0600
|
||||
when: root_access is defined and root_access
|
||||
tags: authorized_keys
|
||||
|
|
|
@ -1,13 +1,17 @@
|
|||
---
|
||||
- tags: [ debian-upgrade, never ]
|
||||
|
||||
- name: Import debian-upgrade.yaml if not bookworm
|
||||
ansible.builtin.import_tasks:
|
||||
file: debian-upgrade.yaml
|
||||
when: ansible_facts['distribution_release'] != "bookworm"
|
||||
tags: [ debian-upgrade, never ]
|
||||
|
||||
- tags: debian_backports
|
||||
- name: Import debian-backports.yaml
|
||||
ansible.builtin.import_tasks:
|
||||
file: debian-backports.yaml
|
||||
|
||||
tags: debian_backports
|
||||
|
||||
- tags: unattended_updates
|
||||
ansible.builtin.import_tasks:
|
||||
file: unattended-updates.yaml
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
|
||||
- hosts: services
|
||||
roles:
|
||||
- common
|
||||
|
|
1
www.yaml
1
www.yaml
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
|
||||
- hosts: wiki
|
||||
roles:
|
||||
- common
|
||||
|
|
Loading…
Add table
Reference in a new issue