Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

설치방법

curl -L https://bootstrap.saltstack.com -o install_salt.sh
sudo sh install_salt.sh -M -A localhost
sudo salt-key -A

execution 예제

sudo salt '*' test.ping 

sudo salt '*' cmd.run 'ls –al /'

sudo salt '*' disk.usage

sudo salt '*' network.interfaces

sudo salt '*' grains.items

state 실행

git clone https://github.com/fanaticize/start-salt.git

sudo mv start-salt/salt /srv/salt

sudo salt '*' state.apply install-nginx pillar='{"port": "8888"}'

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages