Team,
Requirement is ,
1)define main yaml file with - hosts: localhost (its just execution in
localhost) and should contain ~10 yaml files which will perform individual
activities based upon hosts {remote servers} entry
I have tried using tasks, name & other modules but not succeeded.
main.yaml file -
- hosts: localhost
gather_facts: no
- name : Title of application task
include_tasks:
- file1.yaml
- file2.yaml
--
You received this message because you are subscribed to the Google Groups
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-devel/4fd12378-a9c9-4fbe-bf71-8d139073e107n%40googlegroups.com.