parent
b52e607e62
commit
6c944a1c42
1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
||||
- name: Configure Panel server for development |
||||
remote_user: root |
||||
hosts: panel |
||||
vars: |
||||
ansible_ssh_common_args: -oControlMaster=auto -oControlPersist=60s -oUserKnownHostsFile=/dev/null -oStrictHostKeyChecking=no |
||||
roles: |
||||
- mjb-overlay-devel |
||||
|
||||
Loading…
Reference in new issue