This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
rht
/
ansible-examples
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
1aeee65d5f
ブランチ
タグ
main
misc
nonstandard-playbook
parallelism
standard-playbook
standard-role
ansible-exam...
/
tests
/
deploy-apache.yml
deploy-apache.yml
85 B
履歴
Raw
1
2
3
4
5
6
7
---
- hosts: all
vars_files:
- vars.yml
roles:
- myroles.deploystuff
...