pyinfra v0.6
Changes in 0.6:
- Make
--limitapply the limit similarly tostate.limit- makes it possible to execute facts on hosts outside the
--limit --limitno longer alters the inventory, instead provides an "initial" state limit
- makes it possible to execute facts on hosts outside the
- Add
when=Truekwarg tolocal.include - Make it possible to add
datato individual hosts in@vagrant.jsonconfiguration files - Add
memoryandcpusfacts - Refactor how we track host state throughout deploy
- Refactor facts to only gather missing ones (enabling partial gathering)
- Improve check for valid
/etc/init.d/services by looking for LSB header - Fix boolean constant detection with AST in Python3
- Fix parsing ls output where
setgidis set - Fix sudo/su file uploads with the
@localconnector