Add example playbook

This commit is contained in:
phil 2023-11-01 16:52:49 +01:00
parent d99950a6e8
commit 9c98c905c1
2 changed files with 52 additions and 11 deletions

View file

@ -2,7 +2,7 @@
- name: Initiate cmdb
ansible.builtin.import_tasks: install.yml
delegate_to: "{{ cmdb.wiki_server }}"
tags: install
tags: never, install
- name: Gather facts
ansible.builtin.package_facts: