Rename package lists (and related vars) appropriately
In order to make it easier to differentiate between the lists of python packages, distribution packages, downloaded packages, package pins and other similar variables the variable names are being changed to ensure that they have a more explicit suffix that defines the purpose and makes the naming more consistent. This is to facilitate a lookup plugin which will be able to look up all the package lists and present them as a consolidated piece of data which may be used for artifact preparation. Change-Id: I1162765d88554e6858bd2aad6af1a390353a4440
This commit is contained in:
parent
a025fa6212
commit
c3e9c5f47f
@ -32,4 +32,4 @@
|
||||
until: install_packages|success
|
||||
retries: 5
|
||||
delay: 2
|
||||
with_items: "{{ sahara_apt_packages }}"
|
||||
with_items: "{{ sahara_distro_packages }}"
|
||||
|
@ -29,4 +29,4 @@
|
||||
galera_wsrep_node_name: "{{ inventory_hostname }}"
|
||||
galera_wsrep_provider_options:
|
||||
- { option: "gcache.size", value: "32M" }
|
||||
galera_server_id: "{{ inventory_hostname | string_2_int }}"
|
||||
galera_server_id: "{{ inventory_hostname | string_2_int }}"
|
||||
|
@ -30,4 +30,4 @@
|
||||
port: "{{ ansible_ssh_port | default('22') }}"
|
||||
host: "{{ ansible_ssh_host | default(inventory_hostname) }}"
|
||||
search_regex: OpenSSH
|
||||
delay: 1
|
||||
delay: 1
|
||||
|
@ -16,7 +16,7 @@
|
||||
cache_timeout: 600
|
||||
|
||||
# Common apt packages
|
||||
sahara_apt_packages:
|
||||
sahara_distro_packages:
|
||||
- rpcbind
|
||||
- rsync
|
||||
- git
|
||||
|
@ -16,7 +16,7 @@
|
||||
cache_timeout: 600
|
||||
|
||||
# Common apt packages
|
||||
sahara_apt_packages:
|
||||
sahara_distro_packages:
|
||||
- rpcbind
|
||||
- rsync
|
||||
- git
|
||||
|
Loading…
x
Reference in New Issue
Block a user