WIP: Initial VM provisioning #4
|
@ -24,10 +24,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: ${{ env.DEPLOY == 'some' && 2 || 1 }}
|
fetch-depth: ${{ env.DEPLOY == 'some' && 2 || 1 }}
|
||||||
|
|
||||||
# - name: Setup Python
|
- name: Setup Python
|
||||||
# uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
# with:
|
with:
|
||||||
# python-version: "3.11"
|
python-version: "3.11"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
- name: Provision joplin Proxmox VM
|
- name: Provision joplin Proxmox VM
|
||||||
hosts: joplin
|
hosts: joplin
|
||||||
connection: ansible.builtin.local
|
connection: ansible.builtin.local
|
||||||
gather_facts: false
|
|
||||||
vars:
|
vars:
|
||||||
api_user: "{{ lookup('ansible.builtin.env', 'PROXMOX_USER') }}"
|
api_user: "{{ lookup('ansible.builtin.env', 'PROXMOX_USER') }}"
|
||||||
api_host: "{{ lookup('ansible.builtin.env', 'PROXMOX_HOST' ) }}"
|
api_host: "{{ lookup('ansible.builtin.env', 'PROXMOX_HOST' ) }}"
|
||||||
|
|
Loading…
Reference in New Issue