Difference between revisions of "Bolt"

From wikieduonline
Jump to navigation Jump to search
Line 21: Line 21:
 
*<code>bolt task run</code>
 
*<code>bolt task run</code>
  
 +
===Others===
 
*apply()
 
*apply()
 
*apply_prep('all')
 
*apply_prep('all')
*<code>run_task()</code>
+
*run_task()
*<code>[[return]]()</code>
+
*[[return]]()
*<code>host-key-check: false</code>
+
*host-key-check: false
  
 
== Related terms ==
 
== Related terms ==

Revision as of 12:57, 19 July 2021

Bolt (Puppet) agentless


How to intall

brew install puppetlabs/puppet/puppet-bolt
 export PATH=$PATH:/opt/puppetlabs/bin

Basic commands

  • bolt project init
  • bolt plan run]] My_plan
  • bolt plan show
  • bolt task show
  • bolt file upload
  • bolt script run
  • bolt task
  • bolt task run

Others

  • apply()
  • apply_prep('all')
  • run_task()
  • return()
  • host-key-check: false

Related terms

See also

Advertising: