1 #####################################
2 ### someone's ansible provisioner ###
3 #####################################
4 # Part of: https://git.somenet.org/root/pub/somesible.git
5 # 2017-2024 by someone <someone@somenet.org>
8 # This playbook is used, if there is a site.yml in the parent dir/repo.
10 # Includes the "base" playbook to optimize the execution speed.
13 - import_playbook: site_base.yml
15 - import_playbook: ../site.yml
16 when: 'inventory_hostname != "localhost" and not cc is defined'