Complete removing of dynamic linode inventories and add playbook for arch updates
This commit is contained in:
6
playbooks/infrastructure/arch_update.yml
Normal file
6
playbooks/infrastructure/arch_update.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Update Arch packages
|
||||
hosts: all
|
||||
become: yes
|
||||
roles:
|
||||
- roles/infrastructure/arch_update
|
@@ -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
|
||||
|
Reference in New Issue
Block a user