ansible-content/site.yml
Thomas Stallinger a998949081 feat: initial ansible-content repo with placeholder roles for agent verification
Ein Platzhalter je Merkmal aus der Schulcomputer-Bereitstellungsvorlage (guest-session, brave-fedora, onlyoffice-fedora), zum Beweis der ansible-pull-Pipeline des Provisioning Agent.
2026-08-01 15:35:21 +02:00

16 lines
293 B
YAML

- hosts: localhost
connection: local
become: true
tasks:
- include_role:
name: guest-session
tags: guest-session
- include_role:
name: brave-fedora
tags: brave-fedora
- include_role:
name: onlyoffice-fedora
tags: onlyoffice-fedora