Di salah satu playbook yang saya gunakan sebut saja tes_benchmark.yml --- - hosts: all gather_facts: no tasks: - name: Install packages yum: name:{{ item }} state:present update_cache:yes with_items: - wget - nc - curl - name: Download script benchmark-api.sh get_url: url=http://127.0.0.1/benchmark-api.sh dest=/tmp/benchmark-api.sh - name: Jalankan script benchmark-api.sh shell: bash /tmp/benchmark-api.sh - name: Hapus script benchmark-api.sh […]
The post Solusi Ansible squash_actions deprecated appeared first on Jaranguda.com.