2018-01-25から1日間の記事一覧

ansible TIPS

How to create an empty file with Ansible? - name: ensure file exists copy: content: "" dest: /etc/nologin force: no group: sys owner: root mode: 0555https://stackoverflow.com/questions/28347717/how-to-create-an-empty-file-with-ansible 【An…

ansible ディレクトリ構成のベストプラクティス Directory Layout

公式 http://docs.ansible.com/ansible/latest/playbooks_best_practices.htmlhttps://github.com/ansible/ansible-examples参考https://www.digitalocean.com/community/tutorials/how-to-manage-multistage-environments-with-ansiblehttps://qiita.com/Ne…