Rename top.ansible.yml to standalone.ansible.yml, create symlink top.ansible.yml -> standalone.ansible.yml for legacy reasons

This commit is contained in:
LinuxSquare 2025-05-30 17:39:28 +02:00
parent b6ef7e74f0
commit a8e7babc37
Signed by: LinuxSquare
SSH key fingerprint: SHA256:vFuUYM2D47SB3YMPF55L8zeJbJwEX89d/I967NgKN0A
2 changed files with 23 additions and 22 deletions

22
standalone.ansible.yml Normal file
View file

@ -0,0 +1,22 @@
- name: Setup Base
import_playbook: base.ansible.yml
- name: Setup Network
import_playbook: network/init.ansible.yml
- name: Setup Apps
import_playbook: apps/init.ansible.yml
- name: Setup SSH
import_playbook: openssh/init.ansible.yml
#- name: Setup MySQL
# import_playbook: mysql/init.ansible.yml
- name: Setup HAProxy
import_playbook: haproxy/init.ansible.yml
when: installation_type == 'proxy'
- name: Setup Podman Rootless
import_playbook: podman/init.ansible.yml
when: installation_type == 'build' or installation_type == 'gaming' or installation_type == 'container'
- name: Setup PMS-CLI
import_playbook: apps/pms-cli/init.ansible.yml
when: installation_type == 'gaming'
- name: Setup repo-mgmt
import_playbook: build/init.ansible.yml
when: installation_type == 'build'

View file

@ -1,22 +0,0 @@
- name: Setup Base
import_playbook: base.ansible.yml
- name: Setup Network
import_playbook: network/init.ansible.yml
- name: Setup Apps
import_playbook: apps/init.ansible.yml
- name: Setup SSH
import_playbook: openssh/init.ansible.yml
#- name: Setup MySQL
# import_playbook: mysql/init.ansible.yml
- name: Setup HAProxy
import_playbook: haproxy/init.ansible.yml
when: installation_type == 'proxy'
- name: Setup Podman Rootless
import_playbook: podman/init.ansible.yml
when: installation_type == 'build' or installation_type == 'gaming' or installation_type == 'container'
- name: Setup PMS-CLI
import_playbook: apps/pms-cli/init.ansible.yml
when: installation_type == 'gaming'
- name: Setup repo-mgmt
import_playbook: build/init.ansible.yml
when: installation_type == 'build'

1
top.ansible.yml Symbolic link
View file

@ -0,0 +1 @@
standalone.ansible.yml