Minor changes, update task and variable descriptions
This commit is contained in:
parent
f173dc14cb
commit
264a2f2252
@ -231,7 +231,7 @@ ansible_managed_file: "*** YAVDR: ANSIBLE MANAGED FILE ***"
|
|||||||
#+BEGIN_SRC yaml :tangle group_vars/all :mkdirp yes
|
#+BEGIN_SRC yaml :tangle group_vars/all :mkdirp yes
|
||||||
branch: unstable
|
branch: unstable
|
||||||
ppa_owner: 'ppa:yavdr'
|
ppa_owner: 'ppa:yavdr'
|
||||||
# a list of all package repositories to be added to the installation
|
# add the following PPAs
|
||||||
repositories:
|
repositories:
|
||||||
- '{{ ppa_owner }}/main'
|
- '{{ ppa_owner }}/main'
|
||||||
- '{{ ppa_owner }}/unstable-main'
|
- '{{ ppa_owner }}/unstable-main'
|
||||||
@ -453,14 +453,14 @@ yavdr-common executes the following tasks:
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
***** Set up package repositories
|
***** Set up package repositories
|
||||||
#+BEGIN_SRC yaml :tangle roles/yavdr-common/tasks/main.yml :mkdirp yes
|
#+BEGIN_SRC yaml :tangle roles/yavdr-common/tasks/main.yml :mkdirp yes
|
||||||
- name: add yaVDR PPAs
|
- name: add PPAs
|
||||||
apt_repository:
|
apt_repository:
|
||||||
repo: '{{ item }}'
|
repo: '{{ item }}'
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
with_items: '{{ repositories }}'
|
with_items: '{{ repositories }}'
|
||||||
|
|
||||||
- name: upgrade existing packages
|
- name: run apt-get dist-upgrade
|
||||||
apt:
|
apt:
|
||||||
upgrade: dist
|
upgrade: dist
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
ansible_managed_file: "*** YAVDR: ANSIBLE MANAGED FILE ***"
|
ansible_managed_file: "*** YAVDR: ANSIBLE MANAGED FILE ***"
|
||||||
branch: unstable
|
branch: unstable
|
||||||
ppa_owner: 'ppa:yavdr'
|
ppa_owner: 'ppa:yavdr'
|
||||||
# a list of all package repositories to be added to the installation
|
# add the following PPAs
|
||||||
repositories:
|
repositories:
|
||||||
- '{{ ppa_owner }}/main'
|
- '{{ ppa_owner }}/main'
|
||||||
- '{{ ppa_owner }}/unstable-main'
|
- '{{ ppa_owner }}/unstable-main'
|
||||||
|
@ -30,14 +30,14 @@
|
|||||||
state: present
|
state: present
|
||||||
regexp: '^(Prompt=).*$'
|
regexp: '^(Prompt=).*$'
|
||||||
line: '\1never'
|
line: '\1never'
|
||||||
- name: add yaVDR PPAs
|
- name: add PPAs
|
||||||
apt_repository:
|
apt_repository:
|
||||||
repo: '{{ item }}'
|
repo: '{{ item }}'
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
with_items: '{{ repositories }}'
|
with_items: '{{ repositories }}'
|
||||||
|
|
||||||
- name: upgrade existing packages
|
- name: run apt-get dist-upgrade
|
||||||
apt:
|
apt:
|
||||||
upgrade: dist
|
upgrade: dist
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user