Compare commits
1 Commits
empty-pill
...
9a97498b7b
Author | SHA1 | Date | |
---|---|---|---|
9a97498b7b
|
@ -1,3 +0,0 @@
|
|||||||
{{ saltenv }}:
|
|
||||||
'*':
|
|
||||||
[]
|
|
@ -1 +0,0 @@
|
|||||||
[]
|
|
@ -11,10 +11,10 @@ salt-minion:
|
|||||||
|
|
||||||
restart-salt-minion:
|
restart-salt-minion:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: sleep 10 && systemctl restart salt-minion
|
- name: "sleep 10 && systemctl restart salt-minion --no-block"
|
||||||
- bg: true
|
- bg: true
|
||||||
- order: last
|
- order: last
|
||||||
- onchanges:
|
- watch:
|
||||||
- pkg: salt-minion
|
- pkg: salt-minion
|
||||||
- file: /etc/salt/minion
|
- file: /etc/salt/minion
|
||||||
- require:
|
- require:
|
||||||
@ -34,7 +34,6 @@ restart-salt-minion:
|
|||||||
|
|
||||||
check-minion-config:
|
check-minion-config:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: sudo salt-call --local --skip-grains test.true
|
- name: sudo salt-call --local --skip-grains test.ping
|
||||||
- onchanges:
|
- watch:
|
||||||
- pkg: salt-minion
|
|
||||||
- file: /etc/salt/minion
|
- file: /etc/salt/minion
|
||||||
|
@ -4,9 +4,6 @@
|
|||||||
{%- do admin_groups.append('systemd-journal') %}
|
{%- do admin_groups.append('systemd-journal') %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
{# FIXME(frebib): manage Docker group instead of blindly adding it #}
|
|
||||||
{%- do admin_groups.append('docker') %}
|
|
||||||
|
|
||||||
frebib:
|
frebib:
|
||||||
groups:
|
groups:
|
||||||
{%- for group in admin_groups %}
|
{%- for group in admin_groups %}
|
||||||
|
Reference in New Issue
Block a user