$ cat ansible.txt . ├── emulators │ ├── dolphin-emu.yml │ ├── duckstation.yml │ ├── flycast.yml │ ├── kega-fusion.yml │ ├── mame.yml │ ├── pcsx2-appimage.yml │ ├── pcsx2.yml │ ├── rpcs3.yml │ ├── supermodel.yml │ ├── templates │ │ ├── dolphin-emu │ │ │ ├── Dolphin Emulator.desktop.j2 │ │ │ ├── DS4.ini.j2 │ │ │ ├── GCPadNew.ini.j2 │ │ │ └── Wii_game.desktop.j2 │ │ ├── duckstation │ │ │ ├── DuckStation.desktop.j2 │ │ │ └── DuckStation_game.desktop.j2 │ │ ├── duckstation.j2 │ │ ├── flycast │ │ │ ├── Flycast.desktop.j2 │ │ │ └── Flycast_game.desktop.j2 │ │ ├── kega-fusion │ │ │ ├── Kega-Fusion.desktop.j2 │ │ │ └── Kega-Fusion_game.desktop.j2 │ │ ├── mame │ │ │ ├── configs │ │ │ │ ├── default.cfg │ │ │ │ └── vr.cfg │ │ │ ├── MAME.desktop.j2 │ │ │ ├── MAME_game.desktop.j2 │ │ │ └── nvram │ │ │ └── scud │ │ │ ├── backup │ │ │ └── eeprom │ │ ├── model3 │ │ │ ├── nvram │ │ │ ├── Supermodel_game.desktop.j2 │ │ │ └── supermodel.sh │ │ ├── pcsx2 │ │ │ └── PCSX2.desktop.j2 │ │ ├── pcsx2_appimage │ │ │ ├── PCSX2.desktop.j2 │ │ │ └── PCSX2_game.desktop.j2 │ │ └── rpcs3 │ │ ├── config.yml │ │ ├── input_Default.yml │ │ ├── RPCS3.desktop.j2 │ │ ├── RPCS3_game.desktop.j2 │ │ └── rpcs3_game_install.sh.j2 │ └── yabause.yml ├── games │ ├── cloud.yml │ ├── sdlgamecontrollerdb.yml │ └── templates │ └── cloud │ ├── chromium-games.j2 │ ├── firefox-games.j2 │ ├── Fortnite.desktop.j2 │ ├── fortnite.j2 │ ├── gamepad-tester.j2 │ └── xbox_beta.j2 ├── launchers │ ├── lutris │ │ └── lutris.conf.j2 │ ├── lutris.yml │ ├── origin.yml │ ├── steam │ │ ├── ps4-chord-config.desktop.j2 │ │ └── ps4-desktop-config.desktop.j2 │ ├── steam.yml │ └── templates ├── os │ ├── auth.yml │ ├── automounts.yml │ ├── btrfs.yml │ ├── lightdm.yml │ ├── localtime.yml │ ├── manjaro.yml │ ├── paths.yml │ ├── ssh.yml │ ├── templates │ │ ├── automounts │ │ │ ├── mnt-roms.automount │ │ │ └── mnt-roms.mount │ │ ├── btrfs │ │ │ └── fs_dedup.j2 │ │ ├── desktop │ │ │ └── PS4 Remote Play.desktop.j2 │ │ ├── lightdm │ │ │ ├── 50-display-setup-script.conf.j2 │ │ │ ├── 99-freestation-lightdm-theme.conf.j2 │ │ │ └── add-and-set-resolution.sh.j2 │ │ ├── manjaro │ │ └── xorg │ │ └── 10-monitor.conf.j2 │ ├── users.yml │ ├── xfce_review.yml │ └── xorg.yml ├── runone.yml ├── setup_vars.yml ├── setup.yml └── tools ├── chiaki.j2 ├── chiaki.yml ├── prontonup-qt.yml ├── steam-rom-manager.yml └── templates └── steam-rom-manager ├── flatpak-override.j2 ├── userConfigurations.json.j2 └── userSettings.json.j2