]> git.somenet.org - root/pub/somesible.git/blob - site_parent.yml
roles/base/munin-node/files
[root/pub/somesible.git] / site_parent.yml
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>
6 #
7 #
8 # This playbook is used, if there is a site.yml in the parent dir/repo.
9 #
10 # Includes the "base" playbook to optimize the execution speed.
11 #
12 ---
13 - import_playbook: site_base.yml
14
15 - import_playbook: ../site.yml
16   when: 'inventory_hostname != "localhost" and not cc is defined'