Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

CIRCLE / salt

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 17
  • Merge Requests 1
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
Home

Home

Last edited by Guba Sándor Dec 11, 2014
Page history

CIRCLE install

Salt minion telepítése:

sudo add-apt-repository ppa:saltstack/salt; 
sudo apt-get update; 
sudo apt-get install salt-minion;
echo "master: 10.0.0.26" | sudo tee /etc/salt/minion.d/master.conf;
sudo restart salt-minion

Salt master

sudo restart salt-minion
sudo salt-key -A <minion-name>

Using the CIRCLE salt repository

sudo mkdir -p /srv
sudo chown cloud:cloud /srv
git clone
sudo salt 'cloud-1115' saltutil.refresh_pillar
sudo salt 'cloud-1115' state.sls allinone
  Clone repository
  • Home
More Pages
×

New Wiki Page

Tip: You can specify the full path for the new file. We will automatically create any missing directories.