Re: [ansible-project] Configuration files deployment

2016-12-13 Thread vu001
Hi Kai, thanks for help... your suggestion could be useful, but it is not the best one. If I have let say 10 hosts and 10 config files, on each host for each FS I need to create list where I specify which config files to deploy on which FS. i.e. config1 [host1.yml] config1: ["FS1","FS2", "FS4"]

Re: [ansible-project] Configuration files deployment

2016-12-07 Thread Kai Stian Olstad
On 05. des. 2016 09:45, vu001 wrote: So I started to define FS variable on all hosts or groups if it is possible. Then I created 10 templates. In every template is some host specific variable references. With this simple task I accomplish main idea. - name: Deploy configuration files template:

[ansible-project] Configuration files deployment

2016-12-07 Thread vu001
Hi to all...I need a help with this particular problem. I'm not so skillful with Ansible so any help I would appreciate. I have let say 10 hosts and I need to deploy specific configuration files to all of them, but not not al files on all hosts. eg. 10 config files - config1 to config10 10 hos