justin phelps linuturk topics
play

Justin Phelps @Linuturk Topics Installing SaltStack Remote - PowerPoint PPT Presentation

Justin Phelps @Linuturk Topics Installing SaltStack Remote Execution Grains Modules States Pillar Cloud GitFS Installation Insecure One-Liner: curl -L https://bootstrap.saltstack.com | sudo sh -s -- Make


  1. Justin Phelps @Linuturk

  2. Topics ● Installing SaltStack ● Remote Execution ● Grains ● Modules ● States ● Pillar ● Cloud ● GitFS

  3. Installation Insecure One-Liner: curl -L https://bootstrap.saltstack.com | sudo sh -s -- Make sure the salt-master package is also installed and that the service is running.

  4. Configuration /etc/salt/master|minion /srv/salt/top.sls /srv/pillar/top.sls

  5. Remote Execution The foundation of everything to come. Message queue system. SPEED salt ‘*’ test.ping salt ‘*’ cmd.run whoami salt ‘*’ pkg.upgrade

  6. Grains Information gathered about hosts. Used to target nodes. salt ‘*’ grains.items salt -G ‘os:Windows’ test.ping

  7. Modules Code that defines how various tasks are performed. Execution Modules Used in the remote execution examples. State Modules Built on execution modules to allow states to be defined.

  8. States Files that contain YAML. This defines the desired state of the server. https://github.com/linuturk/saltstates vim: - pkg.installed

  9. Pillar Store your secrets here. Targeting encrypts the pillar data for the targeted nodes only. /srv/pillar/top.sls pillar.example

  10. Cloud Provision resources on various clouds. github.com/Linuturk/webpagetest provider.example profile.example mapfile.example

  11. GitFS Keep your states in version control. Configure GitFS on your master. Git branches map to Salt environments. Multiple remotes possible. Can also be used for pillar (private repos).

  12. A Few More Things ● Master / Syndic ● Runners ● Returners ● ACL’s / Command Limits ● docs.saltstack.com ● github.com/saltstack

  13. Thanks! @Linuturk www.onitato.com

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend