Skip to content

Commit

Permalink
doc: add ansible quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
Camila Macedo committed Jul 27, 2020
1 parent 62a8f29 commit c967837
Show file tree
Hide file tree
Showing 4 changed files with 430 additions and 334 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,8 @@ its reconciliation procedure. There are only a few main conditions:
Please look over the following sections for help debugging an Ansible Operator:


* [View the Ansible logs](../quickstart#view-the-ansible-logs)
* [Additional Ansible debug](../quickstart#additional-ansible-debug)
* [View the Ansible logs](../tutorial#view-the-ansible-logs)
* [Additional Ansible debug](../tutorial#additional-ansible-debug)
* [Testing Ansible Operators with Molecule](../testing-guide)

## Extra vars sent to Ansible
Expand Down Expand Up @@ -505,7 +505,7 @@ operator. The `meta` fields can be accesses via dot notation in Ansible as so:

[k8s_ansible_module]:https://docs.ansible.com/ansible/2.6/modules/k8s_module.html
[openshift_restclient_python]:https://github.com/openshift/openshift-restclient-python
[ansible_operator_user_guide]:../quickstart
[ansible_operator_user_guide]:../tutorial
[manage_status_proposal]:../../proposals/ansible-operator-status.md
[time_pkg]:https://golang.org/pkg/time/
[time_parse_duration]:https://golang.org/pkg/time/#ParseDuration
Expand Down
Loading

0 comments on commit c967837

Please sign in to comment.