Skip to content
Snippets Groups Projects
Commit ae4afc57 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add missing files

parent 5261ec8e
No related branches found
No related tags found
No related merge requests found
##
# Dummy Ansible playbook
---
# file: jiffybox/inithost.yml
- name: "No cloud action required"
debug: msg="IGNORE inithost"
##
# Dummy Ansible playbook
---
# file: jiffybox/inithostip.yml
- name: "No cloud action required"
debug: msg="IGNORE inithostip"
##
# Dummy Ansible playbook
---
# file: jiffybox/removehost.yml
- name: "No cloud action required"
debug: msg="IGNORE removehost"
##
# Dummy Ansible playbook
---
# file: linode/inithost.yml
- name: "No cloud action required"
debug: msg="IGNORE inithost"
##
# Dummy Ansible playbook
---
# file: linode/inithostip.yml
- name: "No cloud action required"
debug: msg="IGNORE inithostip"
##
# Dummy Ansible playbook
---
# file: linode/removehost.yml
- name: "No cloud action required"
debug: msg="IGNORE removehost"
##
# Dummy Ansible playbook
---
# file: none/inithostip.yml
- name: "No cloud action required"
debug: msg="IGNORE inithostip"
......@@ -6,4 +6,3 @@
- name: "No cloud action required"
debug: msg="IGNORE removehost"
when: are_you_sure == "YES"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment