Compare commits
2 Commits
6aa4301f85
...
b83a412315
| Author | SHA1 | Date | |
|---|---|---|---|
| b83a412315 | |||
| 0781c7177f |
6
site.yml
6
site.yml
@ -28,8 +28,14 @@
|
|||||||
port: 82
|
port: 82
|
||||||
|
|
||||||
skip_create_jail: false
|
skip_create_jail: false
|
||||||
|
vars_prompt:
|
||||||
|
- name: ansible_become_password
|
||||||
|
prompt: "Enter sudo password: "
|
||||||
|
private: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
|
|
||||||
- name: Find existing jails
|
- name: Find existing jails
|
||||||
become: true
|
become: true
|
||||||
shell: |
|
shell: |
|
||||||
|
|||||||
Reference in New Issue
Block a user