Update README

This commit is contained in:
SirishaGopigiri 2020-06-12 10:42:56 +05:30
parent 0ea6e0d72d
commit e8259c3304
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ Execute the setup.sh script to build and copy the Airship Hostconfig Ansible Ope
./setup.sh
```
If you want to execute the ansible playbook in the hostconfig example with a different user, you can also set the username and password of the Kuberntes nodes when executing the setup.sh script. So this configures the HostConfig Ansible Operator pod to use the "username" and "password" passed when executing the hostconfig role on the kubernetes nodes when we are create the HostConfig Kubernetes CR objects.
If you want to execute the ansible playbook in the hostconfig example with a different user, you can also set the username and password of the Kuberntes nodes when executing the setup.sh script. So this configures the HostConfig Ansible Operator pod to use the "username" and "password" passed when the hostconfig ansible role is executed on the kubernetes nodes.
```
./setup.sh <username> <password>
@ -64,7 +64,7 @@ Execute the setup.sh script to build and copy the Airship Hostconfig Ansible Ope
./setup.sh
```
If you want to execute the ansible playbook in the hostconfig example with a different user, you can also set the username and password of the Kuberntes nodes when executing the setup.sh script. So this configures the HostConfig Ansible Operator pod to use the "username" and "password" passed when executing the hostconfig role on the kubernetes nodes when we are create the HostConfig Kubernetes CR objects.
If you want to execute the ansible playbook in the hostconfig example with a different user, you can also set the username and password of the Kuberntes nodes when executing the setup.sh script. So this configures the HostConfig Ansible Operator pod to use the "username" and "password" passed when the hostconfig ansible role is executed on the kubernetes nodes.
```
./setup.sh <username> <password>