Setting up inventory for host specific vars
This commit is contained in:
2
ansible.cfg
Normal file
2
ansible.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
[defaults]
|
||||
inventory = hosts
|
||||
@@ -14,9 +14,6 @@ flatpak_flatpaks:
|
||||
com.github.micahflee.torbrowser-launcher:
|
||||
state: present
|
||||
remote: flathub
|
||||
com.github.ransome1.sleek:
|
||||
state: present
|
||||
remote: flathub
|
||||
com.spotify.Client:
|
||||
state: present
|
||||
remote: flathub
|
||||
3
hosts
Normal file
3
hosts
Normal file
@@ -0,0 +1,3 @@
|
||||
[silverblue]
|
||||
chapek9 ansible_connection=local
|
||||
ice9 ansible_connection=local
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
- name: "Silverblue"
|
||||
hosts: "localhost"
|
||||
- name: "Set up Silverblue workstation"
|
||||
hosts:
|
||||
- silverblue
|
||||
connection: "local"
|
||||
roles:
|
||||
- flatpak
|
||||
Reference in New Issue
Block a user