Skip to content

Commit

Permalink
updated refrences
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Jan 9, 2025
1 parent 287fa2e commit 2148693
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions collections/baseos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
### RANDOM CONFIG + UPLOAD

```bash
ansible-playbook sthings.base_os.render_upload_vm -vv \
ansible-playbook sthings.baseos.render_upload_vm -vv \
-e lab=labul \
-e cloud=vsphere \
-e s3=labul-automation
Expand All @@ -17,7 +17,7 @@ ansible-playbook sthings.base_os.render_upload_vm -vv \

```bash
# Render w/ given name and size
ansible-playbook sthings.base_os.render_upload_vm -vv \
ansible-playbook sthings.baseos.render_upload_vm -vv \
-e lab=labul \
-e cloud=vsphere \
-e vmSize=l \
Expand All @@ -27,7 +27,7 @@ ansible-playbook sthings.base_os.render_upload_vm -vv \

```bash
# Render with changed VM attributes
ansible-playbook sthings.base_os.render_upload_vm -vv \
ansible-playbook sthings.baseos.render_upload_vm -vv \
-e lab=labul \
-e cloud=vsphere \
-e vmName=test-vm \
Expand Down
2 changes: 1 addition & 1 deletion collections/baseos/binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ playbooks:
vars_files:
- "{{ path | default('.') }}/{{ profile | default('binaries') }}.yaml"
roles:
- role: sthings.base_os.download_install_binary
- role: sthings.baseos.download_install_binary
vars:
- name: binaries
file: |
Expand Down
4 changes: 2 additions & 2 deletions collections/baseos/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ playbooks:
register: check_golang
- name: Get checksum of golang dir
sthings.base_os.get_checksum:
sthings.baseos.get_checksum:
path: "{{ golang_install_dir }}/go"
checksum_type: "{{ go_checksum_type }}"
register: checksum_existing
Expand Down Expand Up @@ -106,7 +106,7 @@ playbooks:
chdir: "{{ golang_install_dir }}/go/bin/"
when: install_addons|bool
roles:
- role: sthings.base_os.download_install_binary
- role: sthings.baseos.download_install_binary
modules:
- name: get_checksum
Expand Down
2 changes: 1 addition & 1 deletion collections/baseos/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ playbooks:
- "{{ profile | default('users') }}.yaml"
roles:
- role: sthings.base_os.create_os_user
- role: sthings.baseos.create_os_user
vars:
- name: users
Expand Down
6 changes: 3 additions & 3 deletions collections/baseos/vms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ playbooks:
pre_tasks:
- name: call role and install terraform
ansible.builtin.include_role:
name: sthings.base_os.download_install_binary
name: sthings.baseos.download_install_binary
apply:
become: true
when: install_terraform|bool and state == "present"
Expand Down Expand Up @@ -102,7 +102,7 @@ playbooks:
node: "{{ pve_node }}"
roles:
- role: sthings.base_os.manage_proxmox_resources
- role: sthings.baseos.manage_proxmox_resources
- name: delete_proxmox_vm
play: |
Expand All @@ -123,7 +123,7 @@ playbooks:
node: "{{ pve_node }}"
roles:
- role: sthings.base_os.manage_proxmox_resources
- role: sthings.baseos.manage_proxmox_resources
- name: render_upload_vm
play: |
Expand Down

0 comments on commit 2148693

Please sign in to comment.