Salt: Difference between revisions

From DWIKI
mNo edit summary
Line 9: Line 9:
*[https://github.com/saltstack/salt/wiki/Cheat-Sheet Cheat Sheet]
*[https://github.com/saltstack/salt/wiki/Cheat-Sheet Cheat Sheet]
*[https://blog.talpor.com/2014/07/saltstack-beginners-tutorial/ Salt - Beginners Tutorial]
*[https://blog.talpor.com/2014/07/saltstack-beginners-tutorial/ Salt - Beginners Tutorial]
*https://rizvir.com/articles/saltstack/


=Tools=
=Tools=

Revision as of 09:39, 28 June 2016

Salt Configuration Management

Links

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 )

==Rendering SLS 'base:roles.foo.bar' failed: Jinja variable 'dict object' has no attribute 'blergh' Unless you made a typo, your minion probably doesn't have access in pillar