Guest User

test4

a guest
Feb 19th, 2019
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. [defaults]
  2. inventory = /usr/share/ceph-ansible/hosts
  3. action_plugins = /usr/share/ceph-ansible/plugins/actions
  4. roles_path = /usr/share/ceph-ansible/roles
  5. log_path = /var/log/ansible.log
  6. timeout = 60
  7. host_key_checking = False
  8. retry_files_enabled = False
  9. retry_files_save_path = /usr/share/ceph-ansible/ansible-retry
  10. [privilege_escalation]
  11. become=True
  12. become_method=sudo
  13. become_user=root
  14. become_ask_pass=False
  15. [ssh_connection]
  16. # see: https://github.com/ansible/ansible/issues/11536
  17. control_path = %(directory)s/%%h-%%r-%%p
Add Comment
Please, Sign In to add comment