@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
531 lines • 56.5 kB
Plain Text
task: [install:software:common:linux:redhat] mkdir -p "$HOME/.config/mblabs"
task: [install:software:common:linux:redhat] if [ ! -f "$HOME/.config/mblabs/yum-devtools-check-ran" ]; then
yum grouplist 'Development Tools' &> "$HOME/.config/mblabs/yum-devtools-check-ran"
DEV_TOOLS_NOT_INSTALLED="$(grep 'No groups match' < "$HOME/.config/mblabs/yum-devtools-check-ran" > /dev/null)"
if [[ "$DEV_TOOLS_NOT_INSTALLED" == '0' ]]; then
sudo yum groupinstall -y 'Development Tools'
fi
touch "$HOME/.config/mblabs/yum-devtools-check-ran"
fi
if ! rpm --quiet --query curl file git procps-ng; then
.config/log info 'Attempting to install Homebrew dependencies (sudo password required)'
sudo yum install -y curl file git procps-ng
fi
if [ -f '/etc/os-release' ]; then
source /etc/os-release
if [[ "$ID" == 'fedora' ]] && [ "$VERSION_ID" -gt "29" ]; then
if ! rpm --quiet --query libxcrypt-compat; then
.config/log info 'Attempting to install Fedora-specific Homebrew dependency (sudo password required)'
sudo yum -y install libxcrypt-compat
fi
fi
fi
task: Task "install:software:brew:linux" is up to date
task: Task "install:install-doctor" is up to date
task: [install:python:requirements:poetry:prereqs] if ! which gcc-5 > /dev/null; then
if which gcc; then
if [ -w /usr/local/bin ]; then
ln -s "$(which gcc)" /usr/local/bin/gcc-5
else
.config/log info 'It looks like your system is missing gcc-5 but gcc is available. You will be prompted for a password to run:'
.config/log info '`sudo ln -s '"$(which gcc)"' /usr/local/bin/gcc-5`'
sudo ln -s "$(which gcc)" /usr/local/bin/gcc-5
fi
else
.config/log warn '`gcc` is missing.'
fi
fi
task: Task "install:software:poetry" is up to date
task: Task "install:python:requirements:poetry" is up to date
task: Task "ansible:galaxy:requirements" is up to date
task: [ansible:test:molecule:dependencies] poetry run ansible-galaxy install --ignore-errors -r requirements.yml
Starting galaxy role install process
[WARNING]: - professormanhattan.snapd (master) is already installed - use
--force to change version to unspecified
Starting galaxy collection install process
Nothing to do. All requested collections are already installed. If you want to reinstall them, consider using `--force`.
task: [symlink:role] mkdir -p "$HOME/.ansible/roles"
task: [symlink:role] rm -rf "$HOME/.ansible/roles/professormanhattan.peek"
task: [symlink:role] ln -sf "$PWD" "$HOME/.ansible/roles/professormanhattan.peek"
[WARNING]: Invalid characters were found in group names but not replaced, use
-vvvv to see details
[WARNING]: Found both group and host with same name: Fedora-34
[WARNING]: Found both group and host with same name: Fedora-33
[WARNING]: Found both group and host with same name: CentOS-7
[WARNING]: Found both group and host with same name: CentOS-Stream-8
[WARNING]: Found both group and host with same name: Fedora-35
[WARNING]: Found both group and host with same name: CentOS-8
PLAY [Update platforms] ********************************************************
TASK [Gathering Facts] *********************************************************
Thursday 06 January 2022 00:23:06 -0500 (0:00:00.016) 0:00:00.016 ******
ok: [localhost]
TASK [Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable] ***
Thursday 06 January 2022 00:23:15 -0500 (0:00:09.578) 0:00:09.594 ******
skipping: [localhost]
PLAY [Destroy] *****************************************************************
TASK [Destroy molecule instance(s)] ********************************************
Thursday 06 January 2022 00:23:16 -0500 (0:00:00.367) 0:00:09.962 ******
ok: [localhost] => (item=ArchLinux-Latest)
ok: [localhost] => (item=CentOS-7)
ok: [localhost] => (item=CentOS-8)
ok: [localhost] => (item=CentOS-Stream-8)
ok: [localhost] => (item=Debian-9-Stretch)
ok: [localhost] => (item=Debian-10-Buster)
ok: [localhost] => (item=Debian-11-Bullseye)
ok: [localhost] => (item=Fedora-33)
ok: [localhost] => (item=Fedora-34)
ok: [localhost] => (item=Fedora-35)
ok: [localhost] => (item=Ubuntu-18.04-Bionic-Beaver)
ok: [localhost] => (item=Ubuntu-20.04-Focal-Fossa)
ok: [localhost] => (item=Ubuntu-21.04-Hirsute-Hippo)
ok: [localhost] => (item=Ubuntu-21.10-Impish-Indri)
ok: [localhost] => (item=Windows-10)
TASK [Populate instance config] ************************************************
Thursday 06 January 2022 00:23:44 -0500 (0:00:28.811) 0:00:38.773 ******
ok: [localhost]
TASK [Dump instance config] ****************************************************
Thursday 06 January 2022 00:23:44 -0500 (0:00:00.184) 0:00:38.958 ******
skipping: [localhost]
PLAY RECAP *********************************************************************
localhost : ok=3 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0
Thursday 06 January 2022 00:23:45 -0500 (0:00:00.334) 0:00:39.292 ******
===============================================================================
Destroy molecule instance(s) ------------------------------------------- 28.81s
Gathering Facts --------------------------------------------------------- 9.58s
Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable --- 0.37s
Dump instance config ---------------------------------------------------- 0.33s
Populate instance config ------------------------------------------------ 0.18s
Playbook run took 0 days, 0 hours, 0 minutes, 39 seconds
[WARNING]: Invalid characters were found in group names but not replaced, use
-vvvv to see details
[WARNING]: Found both group and host with same name: CentOS-8
[WARNING]: Found both group and host with same name: CentOS-Stream-8
[WARNING]: Found both group and host with same name: CentOS-7
[WARNING]: Found both group and host with same name: Fedora-35
[WARNING]: Found both group and host with same name: Fedora-33
[WARNING]: Found both group and host with same name: Fedora-34
playbook: /home/hawkwood/gas-station/roles/applications/peek/molecule/converge.yml
[WARNING]: Invalid characters were found in group names but not replaced, use
-vvvv to see details
[WARNING]: Found both group and host with same name: CentOS-8
[WARNING]: Found both group and host with same name: Fedora-34
[WARNING]: Found both group and host with same name: Fedora-33
[WARNING]: Found both group and host with same name: CentOS-Stream-8
[WARNING]: Found both group and host with same name: Fedora-35
[WARNING]: Found both group and host with same name: CentOS-7
PLAY [Update platforms] ********************************************************
TASK [Gathering Facts] *********************************************************
Thursday 06 January 2022 00:23:48 -0500 (0:00:00.013) 0:00:00.013 ******
ok: [localhost]
TASK [Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable] ***
Thursday 06 January 2022 00:23:57 -0500 (0:00:09.503) 0:00:09.517 ******
skipping: [localhost]
PLAY [Create] ******************************************************************
TASK [Create molecule instance(s)] *********************************************
Thursday 06 January 2022 00:23:58 -0500 (0:00:00.360) 0:00:09.877 ******
changed: [localhost] => (item=ArchLinux-Latest)
changed: [localhost] => (item=CentOS-7)
changed: [localhost] => (item=CentOS-8)
changed: [localhost] => (item=CentOS-Stream-8)
changed: [localhost] => (item=Debian-9-Stretch)
changed: [localhost] => (item=Debian-10-Buster)
changed: [localhost] => (item=Debian-11-Bullseye)
changed: [localhost] => (item=Fedora-33)
changed: [localhost] => (item=Fedora-34)
changed: [localhost] => (item=Fedora-35)
changed: [localhost] => (item=Ubuntu-18.04-Bionic-Beaver)
changed: [localhost] => (item=Ubuntu-20.04-Focal-Fossa)
changed: [localhost] => (item=Ubuntu-21.04-Hirsute-Hippo)
changed: [localhost] => (item=Ubuntu-21.10-Impish-Indri)
changed: [localhost] => (item=Windows-10)
TASK [Populate instance config dict] *******************************************
Thursday 06 January 2022 00:33:22 -0500 (0:09:24.058) 0:09:33.936 ******
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/peek/default/vagrant-ArchLinux-Latest.out', 'Host': 'ArchLinux-Latest', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2214', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/peek/default/.vagrant/machines/ArchLinux-Latest/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'ArchLinux-Latest', 'platform_box': 'archlinux/archlinux', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'archlinux/archlinux', 'cpus': 1, 'groups': ['ArchLinux', 'Linux'], 'memory': 512, 'name': 'ArchLinux-Latest', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/peek/default/vagrant-CentOS-7.out', 'Host': 'CentOS-7', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2215', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/peek/default/.vagrant/machines/CentOS-7/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'CentOS-7', 'platform_box': 'bento/centos-7', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/centos-7', 'cpus': 1, 'groups': ['CentOS', 'CentOS-7', 'Linux', 'RedHat-Flavor'], 'memory': 512, 'name': 'CentOS-7', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/peek/default/vagrant-CentOS-8.out', 'Host': 'CentOS-8', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2216', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/peek/default/.vagrant/machines/CentOS-8/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'CentOS-8', 'platform_box': 'bento/centos-8', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/centos-8', 'cpus': 1, 'groups': ['CentOS', 'CentOS-8', 'Linux', 'RedHat-Flavor'], 'memory': 512, 'name': 'CentOS-8', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/peek/default/vagrant-CentOS-Stream-8.out', 'Host': 'CentOS-Stream-8', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2217', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/peek/default/.vagrant/machines/CentOS-Stream-8/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'CentOS-Stream-8', 'platform_box': 'bento/centos-stream-8', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/centos-stream-8', 'cpus': 1, 'groups': ['CentOS', 'CentOS-Stream-8', 'Linux', 'RedHat-Flavor'], 'memory': 512, 'name': 'CentOS-Stream-8', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/peek/default/vagrant-Debian-9-Stretch.out', 'Host': 'Debian-9-Stretch', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2218', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/peek/default/.vagrant/machines/Debian-9-Stretch/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Debian-9-Stretch', 'platform_box': 'bento/debian-9', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/debian-9', 'cpus': 1, 'groups': ['Debian', 'Debian-9', 'Debian-Flavor', 'Linux'], 'memory': 512, 'name': 'Debian-9-Stretch', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/peek/default/vagrant-Debian-10-Buster.out', 'Host': 'Debian-10-Buster', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2219', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/peek/default/.vagrant/machines/Debian-10-Buster/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Debian-10-Buster', 'platform_box': 'bento/debian-10', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/debian-10', 'cpus': 1, 'groups': ['Debian', 'Debian-10', 'Debian-Flavor', 'Linux'], 'memory': 512, 'name': 'Debian-10-Buster', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/peek/default/vagrant-Debian-11-Bullseye.out', 'Host': 'Debian-11-Bullseye', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2220', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/peek/default/.vagrant/machines/Debian-11-Bullseye/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Debian-11-Bullseye', 'platform_box': 'bento/debian-11.1', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/debian-11.1', 'cpus': 1, 'groups': ['Debian', 'Debian-11', 'Debian-Flavor', 'Linux'], 'memory': 512, 'name': 'Debian-11-Bullseye', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/peek/default/vagrant-Fedora-33.out', 'Host': 'Fedora-33', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2221', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/peek/default/.vagrant/machines/Fedora-33/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Fedora-33', 'platform_box': 'alvistack/fedora-33', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'alvistack/fedora-33', 'cpus': 1, 'groups': ['Fedora', 'Fedora-33', 'Linux', 'RedHat-Flavor'], 'memory': 512, 'name': 'Fedora-33', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/peek/default/vagrant-Fedora-34.out', 'Host': 'Fedora-34', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2223', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/peek/default/.vagrant/machines/Fedora-34/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Fedora-34', 'platform_box': 'alvistack/fedora-34', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'alvistack/fedora-34', 'cpus': 1, 'groups': ['Fedora', 'Fedora-34', 'Linux', 'RedHat-Flavor'], 'memory': 512, 'name': 'Fedora-34', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/peek/default/vagrant-Fedora-35.out', 'Host': 'Fedora-35', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2224', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/peek/default/.vagrant/machines/Fedora-35/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Fedora-35', 'platform_box': 'alvistack/fedora-35', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'alvistack/fedora-35', 'cpus': 1, 'groups': ['Fedora', 'Fedora-35', 'Linux', 'RedHat-Flavor'], 'memory': 512, 'name': 'Fedora-35', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/peek/default/vagrant-Ubuntu-18.04-Bionic-Beaver.out', 'Host': 'Ubuntu-18.04-Bionic-Beaver', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2225', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/peek/default/.vagrant/machines/Ubuntu-18.04-Bionic-Beaver/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Ubuntu-18.04-Bionic-Beaver', 'platform_box': 'bento/ubuntu-18.04', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/ubuntu-18.04', 'cpus': 1, 'groups': ['Debian-Flavor', 'Linux', 'Ubuntu', 'Ubuntu-18.04'], 'memory': 512, 'name': 'Ubuntu-18.04-Bionic-Beaver', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/peek/default/vagrant-Ubuntu-20.04-Focal-Fossa.out', 'Host': 'Ubuntu-20.04-Focal-Fossa', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2226', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/peek/default/.vagrant/machines/Ubuntu-20.04-Focal-Fossa/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Ubuntu-20.04-Focal-Fossa', 'platform_box': 'bento/ubuntu-20.04', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/ubuntu-20.04', 'cpus': 1, 'groups': ['Debian-Flavor', 'Linux', 'Ubuntu', 'Ubuntu-20.04'], 'memory': 512, 'name': 'Ubuntu-20.04-Focal-Fossa', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/peek/default/vagrant-Ubuntu-21.04-Hirsute-Hippo.out', 'Host': 'Ubuntu-21.04-Hirsute-Hippo', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2227', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/peek/default/.vagrant/machines/Ubuntu-21.04-Hirsute-Hippo/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Ubuntu-21.04-Hirsute-Hippo', 'platform_box': 'bento/ubuntu-21.04', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/ubuntu-21.04', 'cpus': 1, 'groups': ['Debian-Flavor', 'Linux', 'Ubuntu', 'Ubuntu-21.04'], 'memory': 512, 'name': 'Ubuntu-21.04-Hirsute-Hippo', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/peek/default/vagrant-Ubuntu-21.10-Impish-Indri.out', 'Host': 'Ubuntu-21.10-Impish-Indri', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2228', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/peek/default/.vagrant/machines/Ubuntu-21.10-Impish-Indri/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Ubuntu-21.10-Impish-Indri', 'platform_box': 'alvistack/ubuntu-21.10', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'alvistack/ubuntu-21.10', 'cpus': 1, 'groups': ['Debian-Flavor', 'Linux', 'Ubuntu', 'Ubuntu-21.10'], 'memory': 512, 'name': 'Ubuntu-21.10-Impish-Indri', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/peek/default/vagrant-Windows-10.out', 'Host': 'Windows-10', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2229', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/peek/default/.vagrant/machines/Windows-10/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Windows-10', 'platform_box': 'Megabyte/Windows-Desktop', 'provider_name': 'virtualbox', 'provider_memory': 4096, 'provider_cpus': 2, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]", "customize [ 'modifyvm', :id, '--natpf1', 'winrm,tcp,127.0.0.1,55985,,5985' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'Megabyte/Windows-Desktop', 'cpus': 2, 'groups': ['Windows'], 'memory': 4096, 'name': 'Windows-10', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]", "customize [ 'modifyvm', :id, '--natpf1', 'winrm,tcp,127.0.0.1,55985,,5985' ]"]}, 'ansible_loop_var': 'item'})
TASK [Convert instance config dict to a list] **********************************
Thursday 06 January 2022 00:33:23 -0500 (0:00:00.964) 0:09:34.900 ******
ok: [localhost]
TASK [Dump instance config] ****************************************************
Thursday 06 January 2022 00:33:23 -0500 (0:00:00.166) 0:09:35.067 ******
changed: [localhost]
PLAY RECAP *********************************************************************
localhost : ok=5 changed=2 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0
Thursday 06 January 2022 00:33:24 -0500 (0:00:01.028) 0:09:36.095 ******
===============================================================================
Create molecule instance(s) ------------------------------------------- 564.06s
Gathering Facts --------------------------------------------------------- 9.50s
Dump instance config ---------------------------------------------------- 1.03s
Populate instance config dict ------------------------------------------- 0.96s
Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable --- 0.36s
Convert instance config dict to a list ---------------------------------- 0.17s
Playbook run took 0 days, 0 hours, 9 minutes, 36 seconds
[WARNING]: Invalid characters were found in group names but not replaced, use
-vvvv to see details
[WARNING]: Found both group and host with same name: Fedora-35
[WARNING]: Found both group and host with same name: CentOS-7
[WARNING]: Found both group and host with same name: Fedora-34
[WARNING]: Found both group and host with same name: CentOS-Stream-8
[WARNING]: Found both group and host with same name: CentOS-8
[WARNING]: Found both group and host with same name: Fedora-33
PLAY [Prepare] *****************************************************************
TASK [Bootstrap Python for Ansible] ********************************************
Thursday 06 January 2022 00:33:26 -0500 (0:00:00.029) 0:00:00.029 ******
skipping: [Windows-10]
ok: [Debian-9-Stretch]
ok: [Debian-10-Buster]
ok: [Debian-11-Bullseye]
ok: [ArchLinux-Latest]
ok: [CentOS-7]
ok: [Fedora-35]
ok: [Fedora-33]
ok: [Fedora-34]
ok: [Ubuntu-21.10-Impish-Indri]
ok: [Ubuntu-18.04-Bionic-Beaver]
ok: [Ubuntu-21.04-Hirsute-Hippo]
ok: [Ubuntu-20.04-Focal-Fossa]
ok: [CentOS-8]
ok: [CentOS-Stream-8]
PLAY RECAP *********************************************************************
ArchLinux-Latest : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
CentOS-7 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
CentOS-8 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
CentOS-Stream-8 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
Debian-10-Buster : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
Debian-11-Bullseye : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
Debian-9-Stretch : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
Fedora-33 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
Fedora-34 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
Fedora-35 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
Ubuntu-18.04-Bionic-Beaver : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
Ubuntu-20.04-Focal-Fossa : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
Ubuntu-21.04-Hirsute-Hippo : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
Ubuntu-21.10-Impish-Indri : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
Windows-10 : ok=0 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0
Thursday 06 January 2022 00:33:43 -0500 (0:00:16.688) 0:00:16.718 ******
===============================================================================
Bootstrap Python for Ansible ------------------------------------------- 16.69s
Playbook run took 0 days, 0 hours, 0 minutes, 16 seconds
[WARNING]: Invalid characters were found in group names but not replaced, use
-vvvv to see details
[WARNING]: Found both group and host with same name: CentOS-Stream-8
[WARNING]: Found both group and host with same name: CentOS-7
[WARNING]: Found both group and host with same name: CentOS-8
[WARNING]: Found both group and host with same name: Fedora-33
[WARNING]: Found both group and host with same name: Fedora-34
[WARNING]: Found both group and host with same name: Fedora-35
PLAY [Converge] ****************************************************************
TASK [Gathering Facts] *********************************************************
Thursday 06 January 2022 00:33:45 -0500 (0:00:00.025) 0:00:00.025 ******
ok: [Debian-9-Stretch]
ok: [Debian-10-Buster]
ok: [Debian-11-Bullseye]
ok: [ArchLinux-Latest]
ok: [CentOS-7]
ok: [Ubuntu-18.04-Bionic-Beaver]
ok: [CentOS-8]
ok: [Fedora-33]
ok: [Ubuntu-20.04-Focal-Fossa]
ok: [Ubuntu-21.04-Hirsute-Hippo]
ok: [Ubuntu-21.10-Impish-Indri]
ok: [CentOS-Stream-8]
ok: [Fedora-34]
ok: [Fedora-35]
ok: [Windows-10]
TASK [professormanhattan.peek : Include variables based on the operating system] ***
Thursday 06 January 2022 00:33:48 -0500 (0:00:02.984) 0:00:03.010 ******
ok: [ArchLinux-Latest]
ok: [CentOS-7]
ok: [CentOS-8]
ok: [CentOS-Stream-8]
ok: [Debian-10-Buster]
ok: [Debian-11-Bullseye]
ok: [Debian-9-Stretch]
ok: [Fedora-33]
ok: [Fedora-34]
ok: [Fedora-35]
ok: [Ubuntu-18.04-Bionic-Beaver]
ok: [Ubuntu-20.04-Focal-Fossa]
ok: [Ubuntu-21.04-Hirsute-Hippo]
ok: [Ubuntu-21.10-Impish-Indri]
skipping: [Windows-10]
TASK [professormanhattan.peek : include_tasks] *********************************
Thursday 06 January 2022 00:33:48 -0500 (0:00:00.129) 0:00:03.140 ******
skipping: [Windows-10]
included: /home/hawkwood/gas-station/roles/applications/peek/tasks/install-Archlinux.yml for ArchLinux-Latest
included: /home/hawkwood/gas-station/roles/applications/peek/tasks/install-RedHat.yml for CentOS-7, CentOS-8, CentOS-Stream-8, Fedora-33, Fedora-34, Fedora-35
included: /home/hawkwood/gas-station/roles/applications/peek/tasks/install-Debian.yml for Debian-10-Buster, Debian-11-Bullseye, Debian-9-Stretch, Ubuntu-18.04-Bionic-Beaver, Ubuntu-20.04-Focal-Fossa, Ubuntu-21.04-Hirsute-Hippo, Ubuntu-21.10-Impish-Indri
TASK [professormanhattan.peek : Determine whether or not GNOME is installed] ***
Thursday 06 January 2022 00:33:48 -0500 (0:00:00.188) 0:00:03.328 ******
ok: [ArchLinux-Latest]
TASK [professormanhattan.peek : Ensure Peek's GNOME dependencies are installed] ***
Thursday 06 January 2022 00:33:49 -0500 (0:00:00.334) 0:00:03.663 ******
skipping: [ArchLinux-Latest]
TASK [professormanhattan.peek : Ensure Peek is installed] **********************
Thursday 06 January 2022 00:33:49 -0500 (0:00:00.057) 0:00:03.720 ******
fatal: [ArchLinux-Latest]: FAILED! => changed=false
msg: |-
failed to install peek: warning: dependency cycle detected:
warning: harfbuzz will be installed before its freetype2 dependency
warning: dependency cycle detected:
warning: libglvnd will be installed before its mesa dependency
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from arch.mirror.constant.com : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from mirror.osbeck.com : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from america.mirror.pkgbuild.com : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from mirror.cyberbits.eu : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from de.arch.mirror.kescher.at : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from mirror.pkgbuild.com : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from archmirror.it : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from pkg.fef.moe : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from europe.mirror.pkgbuild.com : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from archlinux.uk.mirror.allworldit.com : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from mirror.chaoticum.net : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from phinau.de : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from mirror.lty.me : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from mirror.telepoint.bg : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from mirror.f4st.host : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from asia.mirror.pkgbuild.com : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from mirrors.neusoft.edu.cn : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from archlinux.za.mirror.allworldit.com : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from archlinux.thaller.ws : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from mirror.theash.xyz : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)
stderr: |-
warning: dependency cycle detected:
warning: harfbuzz will be installed before its freetype2 dependency
warning: dependency cycle detected:
warning: libglvnd will be installed before its mesa dependency
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from arch.mirror.constant.com : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from mirror.osbeck.com : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from america.mirror.pkgbuild.com : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from mirror.cyberbits.eu : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from de.arch.mirror.kescher.at : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from mirror.pkgbuild.com : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from archmirror.it : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from pkg.fef.moe : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from europe.mirror.pkgbuild.com : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from archlinux.uk.mirror.allworldit.com : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from mirror.chaoticum.net : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from phinau.de : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from mirror.lty.me : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from mirror.telepoint.bg : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from mirror.f4st.host : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from asia.mirror.pkgbuild.com : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from mirrors.neusoft.edu.cn : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from archlinux.za.mirror.allworldit.com : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from archlinux.thaller.ws : The requested URL returned error: 404
error: failed retrieving file 'llvm-libs-13.0.0-3-x86_64.pkg.tar.zst' from mirror.theash.xyz : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)
stderr_lines: <omitted>
stdout: |-
resolving dependencies...
looking for conflicting packages...
Packages (141) adobe-source-code-pro-fonts-2.038ro+1.058it+1.018var-1 adwaita-icon-theme-41.0-1 alsa-lib-1.2.5.1-3 alsa-topology-conf-1.2.5.1-1 alsa-ucm-conf-1.2.5.1-1 aom-3.2.0-1 at-spi2-atk-2.38.0-1 at-spi2-core-2.42.0-1 atk-2.36.0-1 avahi-0.8+22+gfd482a7-1 cairo-1.17.4-5 cantarell-fonts-1:0.303-1 celt-0.11.3-4 dav1d-0.9.2-1 db-5.3.28-5 dconf-0.40.0-1 desktop-file-utils-0.26-1 ffmpeg-2:4.4.1-1 flac-1.3.3-3 fontconfig-2:2.13.94-1 freetype2-2.11.0-4 fribidi-1.0.11-1 gdk-pixbuf2-2.42.6-2 giflib-5.2.1-2 glib-networking-1:2.70.0-1 graphite-1:1.3.14-1 gsettings-desktop-schemas-41.0-1 gsm-1.0.19-1 gtk-update-icon-cache-1:4.4.1-1 gtk3-1:3.24.30+90+g20be04f7ac-1 harfbuzz-3.1.2-1 hicolor-icon-theme-0.17-2 hidapi-0.11.0-1 iso-codes-4.8.0-1 jack2-1.9.19-2 json-glib-1.6.6-1 l-smash-2.14.5-2 lame-3.100-3 lcms2-2.12-1 libass-0.15.2-1 libasyncns-0.8+3+g68cd5af-3 libavc1394-0.5.4-4 libbluray-1.3.0-1 libcanberra-0.30+2+gc0620e4-5 libcloudproviders-0.3.1-2 libcolord-1.4.5-4 libcups-1:2.3.3op2-4 libdaemon-0.14-5 libdatrie-0.2.13-1 libdrm-2.4.109-1 libepoxy-1.5.9-1 libglvnd-1.3.4-1 libibus-1.5.25-3 libice-1.0.10-3 libiec61883-1.2.0-6 libjpeg-turbo-2.1.2-1 libkeybinder3-0.3.2-3 libmfx-21.3.2-1 libmodplug-0.8.9.0-3 libogg-1.3.5-1 libomxil-bellagio-0.9.3-3 libpciaccess-0.16-2 libpng-1.6.37-3 libproxy-0.4.17-3 libpulse-15.0-1 libraw1394-2.1.2-3 librsvg-2:2.52.4-1 libsamplerate-0.2.2-1 libsm-1.2.3-2 libsndfile-1.0.31-1 libsoup-2.74.2-1 libsoup3-3.0.3-1 libsoxr-0.1.3-2 libssh-0.9.6-1 libstemmer-2.2.0-1 libthai-0.1.28-2 libtheora-1.1.1-5 libtiff-4.3.0-1 libtool-2.4.6+42+gb88cebd5-16 libunwind-1.5.0-1 libusb-1.0.24-2 libva-2.13.0-1 libvdpau-1.4-1 libvorbis-1.3.7-2 libvpx-1.11.0-1 libwebp-1.2.1-2 libx11-1.7.2-1 libxau-1.0.9-3 libxcb-1.14-1 libxcomposite-0.4.5-3 libxcursor-1.2.0-2 libxdamage-1.1.5-3 libxdmcp-1.1.3-3 libxext-1.3.4-3 libxfixes-6.0.0-1 libxft-2.3.4-1 libxi-1.8-1 libxinerama-1.1.4-3 libxkbcommon-1.3.1-1 libxrandr-1.5.2-3 libxrender-0.9.10-4 libxshmfence-1.3-2 libxtst-1.2.3-4 libxv-1.0.11-4 libxxf86vm-1.1.4-4 llvm-libs-13.0.0-3 lm_sensors-1:3.6.0.r41.g31d1f125-1 mesa-21.2.5-1 opencore-amr-0.1.5-5 openjpeg2-2.4.0-1 opus-1.3.1-2 pango-1:1.48.10-1 pixman-0.40.0-1 rav1e-0.4.1-1 rest-0.8.1-3 sdl2-2.0.18-1 shared-mime-info-2.0+115+gd74a913-1 sound-theme-freedesktop-0.8-4 speex-1.2.0-3 speexdsp-1.2.0-2 srt-1.4.4-1 svt-av1-0.8.7-1 sysfsutils-2.1.1-1 tdb-1.4.5-1 tracker3-3.2.1-2 v4l-utils-1.22.1-1 vid.stab-1.1-3 vmaf-1.5.3-1 vulkan-icd-loader-1.2.199-2 wayland-1.19.0-2 which-2.21-5 x264-3:0.163.r3060.5db6aa6-1 x265-3.5-1 xcb-proto-1.14.1-3 xkeyboard-config-2.34-1 xorgproto-2021.5-1 xvidcore-1.3.7-2 zimg-3.0.3-1 zita-alsa-pcmi-0.3.2-3 zita-resampler-1.8.0-1 peek-1.5.1-3
Total Download Size: 132.00 MiB
Total Installed Size: 652.56 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
llvm-libs-13.0.0-3-x86_64 downloading...
Errors occurred, no packages were upgraded.
stdout_lines: <omitted>
TASK [professormanhattan.peek : Add RPM Fusion Free repository] ****************
Thursday 06 January 2022 00:33:57 -0500 (0:00:08.087) 0:00:11.807 ******
changed: [CentOS-7]
changed: [CentOS-8]
changed: [Fedora-33]
changed: [CentOS-Stream-8]
changed: [Fedora-35]
changed: [Fedora-34]
TASK [professormanhattan.peek : Ensure Peek's dependencies are installed] ******
Thursday 06 January 2022 00:33:57 -0500 (0:00:00.513) 0:00:12.321 ******
fatal: [CentOS-Stream-8]: FAILED! => changed=false
msg: 'Failed to download metadata for repo ''rpmfusionfree'': repomd.xml GPG signature verification error: gpgme_op_verify() error: No data'
rc: 1
results: []
fatal: [CentOS-8]: FAILED! => changed=false
msg: 'Failed to download metadata for repo ''rpmfusionfree'': repomd.xml GPG signature verification error: gpgme_op_verify() error: No data'
rc: 1
results: []
fatal: [CentOS-7]: FAILED! => changed=false
msg: |-
Failure talking to yum: failure: repodata/repomd.xml from rpmfusionfree: [Errno 256] No more mirrors to try.
https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm/repodata/repomd.xml: [Errno -1] repomd.xml signature could not be verified for rpmfusionfree
fatal: [Fedora-33]: FAILED! => changed=false
failures:
- No package ffmpeg available.
- No package gstreamer1-plugins-ugly available.
msg: Failed to install some of the specified packages
rc: 1
results: []
fatal: [Fedora-35]: FAILED! => changed=false
failures:
- No package ffmpeg available.
- No package gstreamer1-plugins-ugly available.
msg: Failed to install some of the specified packages
rc: 1
results: []
fatal: [Fedora-34]: FAILED! => changed=false
failures:
- No package ffmpeg available.
- No package gstreamer1-plugins-ugly available.
msg: Failed to install some of the specified packages
rc: 1
results: []
TASK [professormanhattan.peek : Install Peek's dependencies] *******************
Thursday 06 January 2022 00:35:01 -0500 (0:01:03.230) 0:01:15.551 ******
fatal: [Debian-9-Stretch]: FAILED! => changed=false
msg: 'Unsupported parameters for (apt) module: url. Supported parameters include: dpkg_options, update_cache_retry_max_delay, autoremove, force, force_apt_get, policy_rc_d, upgrade, update_cache (update-cache), autoclean, install_recommends (install-recommends), fail_on_autoremove, purge, state, update_cache_retries, package (name, pkg), deb, only_upgrade, default_release (default-release), allow_unauthenticated (allow-unauthenticated), cache_valid_time.'
fatal: [Debian-10-Buster]: FAILED! => changed=false
msg: 'Unsupported parameters for (apt) module: url. Supported parameters include: force_apt_get, force, deb, install_recommends (install-recommends), update_cache_retry_max_delay, allow_unauthenticated (allow-unauthenticated), update_cache (update-cache), autoremove, default_release (default-release), package (name, pkg), fail_on_autoremove, policy_rc_d, purge, cache_valid_time, only_upgrade, dpkg_options, autoclean, state, upgrade, update_cache_retries.'
fatal: [Debian-11-Bullseye]: FAILED! => changed=false
msg: 'Unsupported parameters for (apt) module: url. Supported parameters include: default_release (default-release), update_cache_retries, update_cache_retry_max_delay, deb, autoclean, force_apt_get, update_cache (update-cache), cache_valid_time, dpkg_options, allow_unauthenticated (allow-unauthenticated), autoremove, state, fail_on_autoremove, install_recommends (install-recommends), only_upgrade, purge, policy_rc_d, force, package (name, pkg), upgrade.'
fatal: [Ubuntu-18.04-Bionic-Beaver]: FAILED! => changed=false
msg: 'Unsupported parameters for (apt) module: url. Supported parameters include: purge, only_upgrade, default_release (default-release), allow_unauthenticated (allow-unauthenticated), policy_rc_d, autoclean, update_cache_retries, deb, update_cache (update-cache), upgrade, fail_on_autoremove, autoremove, update_cache_retry_max_delay, dpkg_options, cache_valid_time, package (name, pkg), state, force_apt_get, force, install_recommends (install-recommends).'
fatal: [Ubuntu-21.04-Hirsute-Hippo]: FAILED! => changed=false
msg: 'Unsupported parameters for (apt) module: url. Supported parameters include: autoremove, dpkg_options, install_recommends (install-recommends), cache_valid_time, only_upgrade, purge, deb, upgrade, policy_rc_d, autoclean, fail_on_autoremove, update_cache (update-cache), allow_unauthenticated (allow-unauthenticated), update_cache_retries, default_release (default-release), force_apt_get, state, update_cache_retry_max_delay, force, package (name, pkg).'
fatal: [Ubuntu-20.04-Focal-Fossa]: FAILED! => changed=false
msg: 'Unsupported parameters for (apt) module: url. Supported parameters include: force, policy_rc_d, package (name, pkg), update_cache_retry_max_delay, deb, allow_unauthenticated (allow-unauthenticated), cache_valid_time, dpkg_options, autoremove, only_upgrade, state, default_release (default-release), update_cache (update-cache), update_cache_retries, install_recommends (install-recommends), purge, autoclean, fail_on_autoremove, force_apt_get, upgrade.'
fatal: [Ubuntu-21.10-Impish-Indri]: FAILED! => changed=false
msg: 'Unsupported parameters for (apt) module: url. Supported parameters include: cache_valid_time, policy_rc_d, install_recommends (install-recommends), deb, update_cache (update-cache), allow_unauthenticated (allow-unauthenticated), update_cache_retries, only_upgrade, dpkg_options, autoremove, force, upgrade, state, autoclean, purge, package (name, pkg), fail_on_autoremove, update_cache_retry_max_delay, force_apt_get, default_release (default-release).'
PLAY RECAP *********************************************************************
ArchLinux-Latest : ok=4 changed=0 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0
CentOS-7 : ok=4 changed=1 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
CentOS-8 : ok=4 changed=1 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
CentOS-Stream-8 : ok=4 changed=1 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Debian-10-Buster : ok=3 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Debian-11-Bullseye : ok=3 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Debian-9-Stretch : ok=3 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Fedora-33 : ok=4 changed=1 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Fedora-34 : ok=4 changed=1 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Fedora-35 : ok=4 changed=1 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Ubuntu-18.04-Bionic-Beaver : ok=3 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Ubuntu-20.04-Focal-Fossa : ok=3 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Ubuntu-21.04-Hirsute-Hippo : ok=3 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Ubuntu-21.10-Impish-Indri : ok=3 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Windows-10 : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0
Thursday 06 January 2022 00:35:02 -0500 (0:00:00.893) 0:01:16.444 ******
===============================================================================
professormanhattan.peek : Ensure Peek's dependencies are installed ----- 63.23s
professormanhattan.peek : Ensure Peek is installed ---------------------- 8.09s
Gathering Facts --------------------------------------------------------- 2.98s
professormanhattan.peek : Install Peek's dependencies ------------------- 0.89s
professormanhattan.peek : Add RPM Fusion Free repository ---------------- 0.51s
professormanhattan.peek : Determine whether or not GNOME is installed --- 0.33s
professormanhattan.peek : include_tasks --------------------------------- 0.19s
professormanhattan.peek : Include variables based on the operating system --- 0.13s
professormanhattan.peek : Ensure Peek's GNOME dependencies are installed --- 0.06s
Playbook run took 0 days, 0 hours, 1 minutes, 16 seconds
[WARNING]: Invalid characters were found in group names but not replaced, use
-vvvv to see details
[WARNING]: Found both group and host with same name: Fedora-33
[WARNING]: Found both group and host with same name: Fedora-35
[WARNING]: Found both group and host with same name: CentOS-8
[WARNING]: Found both group and host with same name: Fedora-34
[WARNING]: Found both group and host with same name: CentOS-Stream-8
[WARNING]: Found both group and host with same name: CentOS-7
PLAY [Update platforms] ********************************************************
TASK [Gathering Facts] *********************************************************
Thursday 06 January 2022 00:35:05 -0500 (0:00:00.014) 0:00:00.014 ******
ok: [localhost]
TASK [Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable] ***
Thursday 06 January 2022 00:35:15 -0500 (0:00:10.861) 0:00:10.876 ******
skipping: [localhost]
PLAY [Destroy] *****************************************************************
TASK [Destroy molecule instance(s)] ********************************************
Thursday 06 January 2022 00:35:16 -0500 (0:00:00.391) 0:00:11.267 ******
changed: [localhost] => (item=ArchLinux-Latest)
changed: [localhost] => (item=CentOS-7)
changed: [localhost] => (item=CentOS-8)
changed: [localhost] => (item=CentOS-Stream-8)
changed: [localhost] => (item=Debian-9-Stretch)
changed: [localhost] => (item=Debian-10-Buster)
changed: [localhost] => (item=Debian-11-Bullseye)
changed: [localhost] => (item=Fedora-33)
changed: [localhost] => (item=Fedora-34)
changed: [localhost] => (item=Fedora-35)
changed: [localhost] => (item=Ubuntu-18.04-Bionic-Beaver)
changed: [localhost] => (item=Ubuntu-20.04-Focal-Fossa)
changed: [localhost] => (item=Ubuntu-21.04-Hirsute-Hippo)
changed: [localhost] => (item=Ubuntu-21.10-Impish-Indri)
changed: [localhost] => (item=Windows-10)
TASK [Populate instance config] ************************************************
Thursday 06 January 2022 00:37:47 -0500 (0:02:31.353) 0:02:42.620 ******
ok: [localhost]
TASK [Dump instance config] ****************************************************
Thursday 06 January 2022 00:37:47 -0500 (0:00:00.191) 0:02:42.812 ******
changed: [localhost]
PLAY RECAP *********************************************************************
localhost : ok=4 changed=2 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0
Thursday 06 January 2022 00:37:48 -0500 (0:00:00.932) 0:02:43.744 ******
===============================================================================
Destroy molecule instance(s) ------------------------------------------ 151.35s
Gathering Facts -------------------------------------------------------- 10.86s
Dump instance config ---------------------------------------------------- 0.93s
Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable --- 0.39s
Populate instance config ------------------------------------------------ 0.19s
Playbook run took 0 days, 0 hours, 2 minutes, 43 seconds