diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..ed865bf --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,2 @@ +[defaults] +inventory = hosts diff --git a/group_vars/all b/group_vars/silverblue.yml similarity index 97% rename from group_vars/all rename to group_vars/silverblue.yml index f542492..b2d459d 100644 --- a/group_vars/all +++ b/group_vars/silverblue.yml @@ -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 diff --git a/hosts b/hosts new file mode 100644 index 0000000..670ea9e --- /dev/null +++ b/hosts @@ -0,0 +1,3 @@ +[silverblue] +chapek9 ansible_connection=local +ice9 ansible_connection=local \ No newline at end of file diff --git a/linux.yml b/silverblue.yml similarity index 53% rename from linux.yml rename to silverblue.yml index b1f932c..2da98c4 100644 --- a/linux.yml +++ b/silverblue.yml @@ -1,6 +1,7 @@ --- -- name: "Silverblue" - hosts: "localhost" +- name: "Set up Silverblue workstation" + hosts: + - silverblue connection: "local" roles: - flatpak