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
# Deny everything and enable UFW | |
- ufw: | |
state: enabled | |
policy: deny | |
# default logging | |
- ufw: | |
logging: off | |
#ssh |
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
package com.level3.tr.zookeeper | |
import org.apache.curator.test.TestingServer | |
import java.io.IOException | |
import com.typesafe.scalalogging.slf4j.LazyLogging | |
import java.io.File | |