Advertisement
Guest User

Untitled

a guest
Nov 7th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. - become_user: root
  2. finalized: false
  3. handlers:
  4. - &id001
  5. become_user: root
  6. block:
  7. - !!python/object:ansible.playbook.handler.Handler
  8. _attributes:
  9. action: command
  10. always_run: null
  11. any_errors_fatal: null
  12. args:
  13. _raw_params: whoami
  14. async: 0
  15. become: null
  16. become_flags: null
  17. become_method: null
  18. become_user: null
  19. changed_when: []
  20. check_mode: null
  21. connection: null
  22. delay: 5
  23. delegate_facts: false
  24. delegate_to: null
  25. environment: null
  26. failed_when: []
  27. ignore_errors: null
  28. listen: null
  29. loop: null
  30. loop_args: null
  31. loop_control: null
  32. name: it
  33. no_log: null
  34. notify: null
  35. poll: null
  36. port: null
  37. register: null
  38. remote_user: null
  39. retries: null
  40. run_once: null
  41. tags: []
  42. until: []
  43. vars: {}
  44. when: []
  45. _ds:
  46. command: whoami
  47. name: it
  48. _finalized: false
  49. _flagged_hosts: []
  50. _loader: !!python/object:units.mock.loader.DictDataLoader
  51. _FILE_CACHE: {}
  52. _basedir: .
  53. _file_mapping:
  54. test_file.yml: "\n - hosts: localhost\n \
  55. \ gather_facts: no\n become: yes\n \
  56. \ become_user: root\n tasks:\n \
  57. \ - command: whoami\n notify: it\n\
  58. \ handlers:\n - name: it\n \
  59. \ command: whoami\n "
  60. _known_directories: []
  61. _tempfiles: !!set {}
  62. _vault: !!python/object:ansible.parsing.vault.VaultLib
  63. b_password: !!binary |
  64. Tm9uZQ==
  65. b_version: !!binary |
  66. MS4x
  67. cipher_name: null
  68. _vault_password: null
  69. _parent: *id001
  70. _role: null
  71. _squashed: false
  72. _uuid: !!python/object:uuid.UUID
  73. int: 156573211868275684991305983146958456024
  74. _validated: true
  75. _variable_manager: null
  76. vars: {}
  77. included_path: null
  78. name: localhost
  79. roles: []
  80. squashed: false
  81. tasks:
  82. - become_user: root
  83. block:
  84. - task:
  85. action: command
  86. args:
  87. _raw_params: whoami
  88. become_user: root
  89. vars: {}
  90. vars: {}
  91. uuid: !!python/object:uuid.UUID
  92. int: 221254172333887617137257253109474636845
  93. vars: {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement