Initial Commit

This commit is contained in:
Mike Reeves
2018-02-05 12:36:27 -05:00
parent 44831f7f35
commit 5a6c66bde5
113 changed files with 7408 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
# Create a state directory
statedir:
file.directory:
- name: /opt/so/state
salttmp:
file.directory:
- name: /opt/so/tmp
# Install packages needed for the sensor
sensorpkgs:
pkg.installed:
- skip_suggestions: True
- pkgs:
- docker
# Always keep these packages up to date
alwaysupdated:
pkg.latest:
- openssl
- openssh-server
- bash
- skip_suggestions: True
# Set time to UTC
Etc/UTC:
timezone.system
# Set up docker network
dockernet:
dockerng.network_present
- name: so-docker-net
- driver: bridge