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:
|
com.github.micahflee.torbrowser-launcher:
|
||||||
state: present
|
state: present
|
||||||
remote: flathub
|
remote: flathub
|
||||||
com.github.ransome1.sleek:
|
|
||||||
state: present
|
|
||||||
remote: flathub
|
|
||||||
com.spotify.Client:
|
com.spotify.Client:
|
||||||
state: present
|
state: present
|
||||||
remote: flathub
|
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"
|
- name: "Set up Silverblue workstation"
|
||||||
hosts: "localhost"
|
hosts:
|
||||||
|
- silverblue
|
||||||
connection: "local"
|
connection: "local"
|
||||||
roles:
|
roles:
|
||||||
- flatpak
|
- flatpak
|
||||||
Reference in New Issue
Block a user