create a openid playbook
This commit is contained in:
parent
4d56f4baa3
commit
268dc82043
1 changed files with 6 additions and 0 deletions
6
openid.yml
Normal file
6
openid.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/env ansible-playbook
|
||||||
|
---
|
||||||
|
|
||||||
|
- hosts: test
|
||||||
|
roles:
|
||||||
|
- install_docker
|
Loading…
Reference in a new issue