Skip to content

Commit

Permalink
add update playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontleon committed Apr 17, 2018
1 parent 7e1f78f commit 1d38ba4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions playbooks/update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- name: vnc-desktop-apb playbook to provision the application
hosts: localhost
vars:
state: present
gather_facts: false
connection: local
roles:
- role: ansible.kubernetes-modules
install_python_requirements: no
- role: ansibleplaybookbundle.asb-modules
- role: vnc-desktop-apb
playbook_debug: false

0 comments on commit 1d38ba4

Please sign in to comment.