added pre_task debug msg

This commit is contained in:
Radar231 2023-01-29 06:38:04 -05:00
parent 1a10903da8
commit ea17d5c412
2 changed files with 12 additions and 0 deletions

View File

@ -40,6 +40,12 @@
cpu_num: "{{ hostvars[inventory_hostname].cpu }}"
mem_size: "{{ hostvars[inventory_hostname].mem }}"
root_size: "{{ hostvars[inventory_hostname].root }}"
pre_tasks:
- name:
debug:
msg: "deploy-host.yml playbook"
roles:
- role: lxc_deploy

View File

@ -33,6 +33,12 @@
host_config: "{{ hostvars[inventory_hostname].host_config }}"
guest_ip: "{{ hostvars[inventory_hostname].ansible_host }}"
pre_tasks:
- name:
debug:
msg: "setup-host.yml playbook"
roles:
#######################################################