Last active
January 22, 2019 19:39
-
-
Save KlimDos/c7b00ff43c84064fe853381e4ef5de9b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- 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