This file contains hidden or 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 routines; | |
| import java.sql.ResultSet; | |
| import java.sql.ResultSetMetaData; | |
| import java.sql.SQLException; | |
| import java.util.ArrayList; | |
| import routines.system.Dynamic; | |
| import routines.system.DynamicMetadata; | |
| public class MySQL8Ops { |
This file contains hidden or 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
| [Unit] | |
| Description=ActiveMQ Message Broker | |
| After=syslog.target network.target | |
| [Service] | |
| Type=forking | |
| PIDFile="/opt/activemq/data/activemq.pid" | |
| ExecStart="/opt/activemq/bin/start" | |
| ExecStop="/opt/activemq/bin/stop" | |
| ExecReload="/opt/activemq/bin/restart" |
This file contains hidden or 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: webservers | |
| sudo: yes | |
| vars: | |
| http_port: 80 | |
| remote_user: vagrant | |
| roles: | |
| - { role: rvm_io.rvm1-ruby, tags: ruby, sudo: True } | |
| tasks: | |
| - name: install epel |