lint on states
This commit is contained in:
parent
ecc6da804e
commit
d456c0e9eb
@ -2,4 +2,4 @@
|
|||||||
androidstudio:
|
androidstudio:
|
||||||
enabled: true
|
enabled: true
|
||||||
install_dir: /usr/local/apps
|
install_dir: /usr/local/apps
|
||||||
config:
|
config: {}
|
||||||
|
@ -1,21 +1,21 @@
|
|||||||
---
|
---
|
||||||
dkron:
|
dkron:
|
||||||
enabled: true
|
enabled: true
|
||||||
install_dir: "/usr/local/apps"
|
install_dir: /usr/local/apps
|
||||||
release_dir: "/usr/local/apps/releases"
|
release_dir: /usr/local/apps/releases
|
||||||
mirror: "https://github.com/distribworks/dkron/releases/download"
|
mirror: https://github.com/distribworks/dkron/releases/download
|
||||||
version: "3.0.5"
|
version: 3.0.5
|
||||||
os: "linux"
|
os: linux
|
||||||
arch: "amd64"
|
arch: amd64
|
||||||
runuser: "dkron"
|
runuser: dkron
|
||||||
user: "user"
|
user: user
|
||||||
password: "password"
|
password: password
|
||||||
url: "http://localhost:8898"
|
url: http://localhost:8898
|
||||||
verify: false
|
verify: false
|
||||||
config:
|
config:
|
||||||
bootstrap-expect: 1
|
bootstrap-expect: 1
|
||||||
server: true
|
server: true
|
||||||
ui: true
|
ui: true
|
||||||
http-addr: "127.0.0.1:8898"
|
http-addr: 127.0.0.1:8898
|
||||||
data-dir: "/var/lib/dkron"
|
data-dir: /var/lib/dkron
|
||||||
jobs_list: []
|
jobs_list: []
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
docker:
|
docker:
|
||||||
enabled: true
|
enabled: true
|
||||||
config_dir: "/etc/docker"
|
config_dir: /etc/docker
|
||||||
config_file: "daemon.json"
|
config_file: daemon.json
|
||||||
pkgs:
|
pkgs:
|
||||||
- docker-ce
|
- docker-ce
|
||||||
- docker-ce-cli
|
- docker-ce-cli
|
||||||
|
@ -94,8 +94,8 @@ dovecot:
|
|||||||
15-lda.conf:
|
15-lda.conf:
|
||||||
hostname: host.example.com
|
hostname: host.example.com
|
||||||
sendmail_path: /usr/sbin/sendmail
|
sendmail_path: /usr/sbin/sendmail
|
||||||
lda_mailbox_autocreate: yes
|
lda_mailbox_autocreate: 'yes'
|
||||||
lda_mailbox_autosubscribe: yes
|
lda_mailbox_autosubscribe: 'yes'
|
||||||
protocol lda:
|
protocol lda:
|
||||||
mail_plugins: $mail_plugins autocreate sieve quota
|
mail_plugins: $mail_plugins autocreate sieve quota
|
||||||
postmaster_address: postmaster@example.com
|
postmaster_address: postmaster@example.com
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
drone:
|
drone:
|
||||||
enabled: true
|
enabled: true
|
||||||
server:
|
server: {}
|
||||||
|
@ -42,7 +42,7 @@ netbox:
|
|||||||
database: 0
|
database: 0
|
||||||
cache_database: 1
|
cache_database: 1
|
||||||
default_timeout: 300
|
default_timeout: 300
|
||||||
ssl: False
|
ssl: false
|
||||||
caching:
|
caching:
|
||||||
host: "localhost"
|
host: "localhost"
|
||||||
port: 6379
|
port: 6379
|
||||||
@ -50,7 +50,7 @@ netbox:
|
|||||||
database: 0
|
database: 0
|
||||||
cache_database: 1
|
cache_database: 1
|
||||||
default_timeout: 300
|
default_timeout: 300
|
||||||
ssl: False
|
ssl: false
|
||||||
admins:
|
admins:
|
||||||
- ['John Doe', 'jdoe@example.com']
|
- ['John Doe', 'jdoe@example.com']
|
||||||
- ['Bob Reptincel', 'breptincel@example.com']
|
- ['Bob Reptincel', 'breptincel@example.com']
|
||||||
@ -60,10 +60,10 @@ netbox:
|
|||||||
base_path: ""
|
base_path: ""
|
||||||
cache_timeout: 900
|
cache_timeout: 900
|
||||||
changelog_retention: 90
|
changelog_retention: 90
|
||||||
cors_origin_allow_all: False
|
cors_origin_allow_all: false
|
||||||
cors_origin_whitelist: []
|
cors_origin_whitelist: []
|
||||||
cors_origin_regex_whitelist: []
|
cors_origin_regex_whitelist: []
|
||||||
debug: False
|
debug: false
|
||||||
email:
|
email:
|
||||||
server: "localhost"
|
server: "localhost"
|
||||||
port: 25
|
port: 25
|
||||||
@ -71,24 +71,24 @@ netbox:
|
|||||||
password: password
|
password: password
|
||||||
timeout: 10
|
timeout: 10
|
||||||
from_email: user@domain.com
|
from_email: user@domain.com
|
||||||
enforce_global_unique: False
|
enforce_global_unique: false
|
||||||
exempt_view_permissions: []
|
exempt_view_permissions: []
|
||||||
logging: {}
|
logging: {}
|
||||||
login_required: False
|
login_required: false
|
||||||
login_timeout: 3600
|
login_timeout: 3600
|
||||||
maintenance_mode: False
|
maintenance_mode: false
|
||||||
max_page_size: 1000
|
max_page_size: 1000
|
||||||
metrics_enabled: False
|
metrics_enabled: false
|
||||||
napalm_username: ''
|
napalm_username: ''
|
||||||
napalm_password: ''
|
napalm_password: ''
|
||||||
napalm_timeout: 30
|
napalm_timeout: 30
|
||||||
napalm_args: {}
|
napalm_args: {}
|
||||||
paginate_count: 50
|
paginate_count: 50
|
||||||
prefer_ipv4: False
|
prefer_ipv4: false
|
||||||
session_file_path: "/tmp"
|
session_file_path: "/tmp"
|
||||||
session_cookie_age: 3600
|
session_cookie_age: 3600
|
||||||
time_zone: "UTC"
|
time_zone: "UTC"
|
||||||
webhooks_enabled: False
|
webhooks_enabled: false
|
||||||
date_format: "N j, Y"
|
date_format: "N j, Y"
|
||||||
short_date_format: "Y-m-d"
|
short_date_format: "Y-m-d"
|
||||||
time_format: "g:i a"
|
time_format: "g:i a"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
nftables:
|
nftables:
|
||||||
enabled: true
|
enabled: true
|
||||||
networks:
|
networks: {}
|
||||||
|
@ -9,14 +9,14 @@ opendkim:
|
|||||||
user: opendkim
|
user: opendkim
|
||||||
group: opendkim
|
group: opendkim
|
||||||
notify_addr: postmaster@example.com
|
notify_addr: postmaster@example.com
|
||||||
notify_report: yes
|
notify_report: 'yes'
|
||||||
host: 'localhost'
|
host: 'localhost'
|
||||||
port: 8891
|
port: 8891
|
||||||
log_why: yes
|
log_why: 'yes'
|
||||||
canonicalization: 'relaxed/simple'
|
canonicalization: 'relaxed/simple'
|
||||||
require_safe_keys: false
|
require_safe_keys: 'false'
|
||||||
syslog: yes
|
syslog: 'yes'
|
||||||
syslog_success: yes
|
syslog_success: 'yes'
|
||||||
key:
|
key:
|
||||||
name: mx
|
name: mx
|
||||||
content: >
|
content: >
|
||||||
|
@ -25,4 +25,3 @@ pycharm-shortcut:
|
|||||||
- user: root
|
- user: root
|
||||||
- group: root
|
- group: root
|
||||||
- mode: 644
|
- mode: 644
|
||||||
|
|
||||||
|
@ -1,3 +1 @@
|
|||||||
---
|
---
|
||||||
rainloop-config:
|
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
---
|
---
|
||||||
redis:
|
redis: {}
|
||||||
|
@ -4,11 +4,11 @@ salt_minion:
|
|||||||
version: 3000
|
version: 3000
|
||||||
config:
|
config:
|
||||||
master: salt.paulbsd.com
|
master: salt.paulbsd.com
|
||||||
#hash_type: sha256
|
# hash_type: sha256
|
||||||
#state_verbose: True
|
# state_verbose: True
|
||||||
#tcp_keepalive: True
|
# tcp_keepalive: True
|
||||||
#tcp_keepalive_idle: 300
|
# tcp_keepalive_idle: 300
|
||||||
#random_reauth_delay: 60
|
# random_reauth_delay: 60
|
||||||
#recon_default: 1000
|
# recon_default: 1000
|
||||||
#recon_max: 10000
|
# recon_max: 10000
|
||||||
#recon_randomize: True
|
# recon_randomize: True
|
||||||
|
@ -12,4 +12,4 @@ salt-minion-service-file:
|
|||||||
salt-minion-service:
|
salt-minion-service:
|
||||||
service.running:
|
service.running:
|
||||||
- name: salt-minion
|
- name: salt-minion
|
||||||
- enable: True
|
- enable: true
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
samba:
|
samba:
|
||||||
enabled: true
|
enabled: true
|
||||||
config:
|
config: {}
|
||||||
|
@ -15,4 +15,4 @@ ssh:
|
|||||||
AllowGroups: admin
|
AllowGroups: admin
|
||||||
X11Forwarding: 'yes'
|
X11Forwarding: 'yes'
|
||||||
ssh_config:
|
ssh_config:
|
||||||
ForwardAgent: yes
|
ForwardAgent: 'yes'
|
||||||
|
@ -54,4 +54,3 @@ sublimetext-desktop-entry:
|
|||||||
- mode: 0644
|
- mode: 0644
|
||||||
- require:
|
- require:
|
||||||
- archive: sublimetext-extract-archive
|
- archive: sublimetext-extract-archive
|
||||||
|
|
||||||
|
@ -2,3 +2,6 @@
|
|||||||
time:
|
time:
|
||||||
zone: Europe/Paris
|
zone: Europe/Paris
|
||||||
server: fr.pool.ntp.org
|
server: fr.pool.ntp.org
|
||||||
|
pkgs:
|
||||||
|
- ntp
|
||||||
|
- ntpdate
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
{%- from "time/map.jinja" import time with context %}
|
{%- from "time/map.jinja" import time with context %}
|
||||||
time-pkgs:
|
time-pkgs:
|
||||||
pkg.latest:
|
pkg.latest:
|
||||||
- pkgs: ['ntp', 'ntpdate']
|
- pkgs: {{ time.pkgs }}
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
||||||
|
|
||||||
{%- from "vsftpd/map.jinja" import vsftpd with context %}
|
{%- from "vsftpd/map.jinja" import vsftpd with context %}
|
||||||
|
|
||||||
{%- for key, value in vsftpd.config.items() %}
|
{%- for key, value in vsftpd.config.items() %}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
youtubedl:
|
youtubedl:
|
||||||
install_dir: "/usr/bin"
|
install_dir: /usr/bin
|
||||||
version: "2020.03.24"
|
version: 2020.03.24
|
||||||
|
@ -22,8 +22,8 @@ zabbix:
|
|||||||
pkgs:
|
pkgs:
|
||||||
- python3-pyzabbix
|
- python3-pyzabbix
|
||||||
- zabbix-agent
|
- zabbix-agent
|
||||||
#- zabbix-get
|
# - zabbix-get
|
||||||
#- zabbix-sender
|
# - zabbix-sender
|
||||||
config:
|
config:
|
||||||
Hostname: localhost
|
Hostname: localhost
|
||||||
Include: "/etc/zabbix/zabbix_agentd.conf.d/*.conf"
|
Include: "/etc/zabbix/zabbix_agentd.conf.d/*.conf"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
zsh:
|
zsh:
|
||||||
enabled: true
|
enabled: true
|
||||||
config:
|
config: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user