We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba65ef commit 0ce3ed5Copy full SHA for 0ce3ed5
ol/create_instance.yml
@@ -295,6 +295,14 @@
295
- name: Configure instance
296
ansible.builtin.include_tasks: "host_setup.yml"
297
298
+ - name: Change OCI YUM region
299
+ ansible.builtin.copy:
300
+ content: "{{ oci_yum_region }}"
301
+ dest: /etc/yum/vars/ociregion
302
+ mode: '0644'
303
+ become: true
304
+ when: oci_yum_region | length > 0
305
+
306
- name: Configure passwordless SSH
307
ansible.builtin.include_tasks: "passwordless_setup.yml"
308
when: passwordless_ssh
ol/default_vars.yml
@@ -43,6 +43,7 @@ cleanup_tmp: no
43
44
update_all: false
45
passwordless_ssh: false
46
+#oci_yum_region: uk-london-1
47
use_podman: false
48
use_haproxy: false
49
use_nginx: false
0 commit comments