エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Trying Ansible alternatives in python
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Trying Ansible alternatives in python
The feeling of mess every time I try to use Ansible has led me to explore alternatives, preferabl... The feeling of mess every time I try to use Ansible has led me to explore alternatives, preferably in python, which would define "recipes" or whatever as simple python code. As it turned out, there aren't so many. Fabric https://github.com/fabric/fabric Almost every article on the topic of "python ansible alternative" mentions fabric. It looks great, but like something slightly different. It is a