9e9a63ea1a
Update startBrowser x MON PI
24 lines
629 B
Plaintext
24 lines
629 B
Plaintext
'sudo curl -fsSL -o /usr/share/keyrings/salt-archive-keyring.gpg https://repo.saltproject.io/py3/debian/9/amd64/latest/salt-archive-keyring.gpg':
|
|
cmd.run
|
|
|
|
'echo "deb [signed-by=/usr/share/keyrings/salt-archive-keyring.gpg arch=amd64] https://repo.saltproject.io/py3/debian/9/amd64/latest stretch main" | sudo tee /etc/apt/sources.list.d/salt.list':
|
|
cmd.run
|
|
|
|
'apt-get update':
|
|
cmd.run
|
|
|
|
'apt-get install apt-transport-https':
|
|
cmd.run
|
|
|
|
package_salt_common:
|
|
pkg:
|
|
- installed
|
|
- name: salt-common
|
|
- force_yes: True
|
|
|
|
package_salt_minion:
|
|
pkg:
|
|
- installed
|
|
- name: salt-minion
|
|
- force_yes: True
|