moved ansible playbook
This commit is contained in:
22
ld-install.yaml
Normal file
22
ld-install.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
- name: ld-install
|
||||
hosts: localhost
|
||||
vars:
|
||||
release: jammy
|
||||
vars_prompt:
|
||||
- name: license
|
||||
prompt: LogoDIDACT LicenseID
|
||||
private: false
|
||||
|
||||
tasks:
|
||||
- name: Add LD repos
|
||||
ansible.builtin.apt:
|
||||
repo: "{{ item }}"
|
||||
state: present
|
||||
loop:
|
||||
- # ld-install sources.list
|
||||
- #deb [trusted=yes] http://archive.logodidact.com/packages/lic={{ license }}/logodidact/{{ release }} {{ release }} main universe restricted multiverse
|
||||
- deb [trusted=yes] http://archive.logodidact.com/packages/lic={{ license }}/ubuntu/{{ release }} {{ release }} main universe restricted multiverse
|
||||
- deb [trusted=yes] http://archive.logodidact.com/packages/lic={{ license }}/ubuntu/{{ release }}-security {{ release }}-security main universe restricted multiverse
|
||||
- deb [trusted=yes] http://archive.logodidact.com/packages/lic={{ license }}/ubuntu/{{ release }}-updates {{ release }}-updates main universe restricted multiverse
|
||||
- deb [trusted=yes] http://archive.logodidact.com/packages/lic={{ license }}/puppet/{{ release }} {{ release }} puppet7
|
||||
Reference in New Issue
Block a user