Fix ask become pass
This commit is contained in:
parent
c3f04da940
commit
28d8c64eff
3 changed files with 9 additions and 1 deletions
5
README.md
Normal file
5
README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Configure
|
||||
|
||||
```bash
|
||||
ansible-playbook playbook.yml --ask-become-pass
|
||||
```
|
4
ansible.cfg
Normal file
4
ansible.cfg
Normal file
|
@ -0,0 +1,4 @@
|
|||
[defaults]
|
||||
inventory = docker/inventory.yaml
|
||||
retry_files_enabled = false
|
||||
interpreter_python = auto_silent
|
|
@ -4,4 +4,3 @@ servers:
|
|||
ansible_connection: ssh
|
||||
ansible_user: test
|
||||
ansible_port: 1022
|
||||
ansible_become_password: test
|
Loading…
Reference in a new issue