diff --git a/playbooks/infrastructure/arch_update.yml b/playbooks/infrastructure/arch_update.yml new file mode 100644 index 0000000..d9fefbc --- /dev/null +++ b/playbooks/infrastructure/arch_update.yml @@ -0,0 +1,6 @@ +--- +- name: Update Arch packages + hosts: all + become: yes + roles: + - roles/infrastructure/arch_update diff --git a/playbooks/inventory/linode_inventory.yml b/playbooks/inventory/linode_inventory.yml deleted file mode 100644 index ec1fb55..0000000 --- a/playbooks/inventory/linode_inventory.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -- name: Build Inventory from Linode - hosts: localhost - gather_facts: false - - roles: - - populate_inventory - -- name: Test connection to Linode VMs - hosts: all - gather_facts: false - - tasks: - - name: Ping each Linode - ansible.builtin.ping -