Skip to content

Commit 1d38ba4

Browse files
committed
add update playbook
1 parent 7e1f78f commit 1d38ba4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

playbooks/update.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- name: vnc-desktop-apb playbook to provision the application
2+
hosts: localhost
3+
vars:
4+
state: present
5+
gather_facts: false
6+
connection: local
7+
roles:
8+
- role: ansible.kubernetes-modules
9+
install_python_requirements: no
10+
- role: ansibleplaybookbundle.asb-modules
11+
- role: vnc-desktop-apb
12+
playbook_debug: false

0 commit comments

Comments
 (0)