Skip to content

Instantly share code, notes, and snippets.

@KlimDos
Last active January 22, 2019 19:39
Show Gist options
  • Save KlimDos/c7b00ff43c84064fe853381e4ef5de9b to your computer and use it in GitHub Desktop.
Save KlimDos/c7b00ff43c84064fe853381e4ef5de9b to your computer and use it in GitHub Desktop.
---
- hosts: all:target_hosts
roles:
#- { role: devmount, when: init == 'true' }
#- { role: os-basic, when: init == 'true' }
#- { role: users, when: init == 'true' }
#- { role: java, when: (init == 'true' and srv_name != 'admin-portal') }
#- { role: java, when: init == 'true' }
tasks:
- name: ping
ping:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment