Re: Changing master-config.yaml through Ansible hosts file or directly?

2019-02-13 Thread mabi
That's fine by me, I'de rather have Ansible deploy the config changes correctly. But maybe is there another Ansible playbook which I could use instead of the deploy_cluster.yml for doing changes file which would be faster? Or is deploy_cluster.yml playbook the correct one to use when changing

Re: Changing master-config.yaml through Ansible hosts file or directly?

2019-02-12 Thread Dale Bewley
You don’t want to be managing changes manually. I think you would be well served to stick to the automation provided and do sufficient research to understand exactly how the changes are applied and how to dovetail them. For example the master-config is probably written by jinja2 template, and

Changing master-config.yaml through Ansible hosts file or directly?

2019-02-11 Thread mabi
Hello, I installed okd 3.12 using the Ansible playbook deploy_cluster.yml and now I was having the following questions regarding configuration changes to the cluster: 1) If I want to change a configuration parameter of okd do I necessarily need to change my /etc/ansible/hosts file and then