fix al container. ora va per davvero e ci sono le password in un .env.yml
This commit is contained in:
parent
75dfd49a53
commit
5941ed27b2
9 changed files with 35 additions and 20 deletions
|
|
@ -1,9 +1,13 @@
|
|||
- name: Configura container LXC
|
||||
hosts: lxc_containers
|
||||
gather_facts: false
|
||||
become: true
|
||||
|
||||
vars_files:
|
||||
- ../.env.yml
|
||||
|
||||
vars:
|
||||
ssh_public_key: "{{ lookup('file', '~/.ssh/ansible.pub') }}"
|
||||
gather_facts: false
|
||||
become: yes
|
||||
|
||||
tasks:
|
||||
- name: Wait until SSH is fully ready (Ansible login confirms availability)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue