Salt: Difference between revisions
From DWIKI
mNo edit summary |
mNo edit summary |
||
Line 12: | Line 12: | ||
=Tools= | =Tools= | ||
*[https://github.com/saltstack/salt-vim Vim bundle for salt] | *[https://github.com/saltstack/salt-vim Vim bundle for salt] | ||
=FAQ= | |||
==Change minion hostname== | |||
On minion: | |||
-hostname new.host.name | |||
-update /etc/hostname | |||
-restart salt-minion | |||
On master: | |||
rename the key ( /srv/salt/pki/master/minions/old.host.name |
Revision as of 13:11, 21 June 2016
Salt Configuration Management
Links
- Homepage
- Documentation
- Getting Started with Salt Stack
- An Introduction to SaltStack Terminology and Concepts
- Managing Linux server configs with the SaltStack
- Cheat Sheet
- Salt - Beginners Tutorial
Tools
FAQ
Change minion hostname
On minion: -hostname new.host.name -update /etc/hostname -restart salt-minion
On master: rename the key ( /srv/salt/pki/master/minions/old.host.name