UNPKG

@installdoc/ansible-gas-station

Version:

An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤

603 lines (552 loc) 51.4 kB
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.homebrew (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.gitdock" task: [symlink:role] ln -sf "$PWD" "$HOME/.ansible/roles/professormanhattan.gitdock" [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-8 [WARNING]: Found both group and host with same name: CentOS-Stream-8 [WARNING]: Found both group and host with same name: Fedora-35 PLAY [Update platforms] ******************************************************** TASK [Gathering Facts] ********************************************************* Wednesday 05 January 2022 19:59:29 -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] *** Wednesday 05 January 2022 19:59:39 -0500 (0:00:09.449) 0:00:09.463 ***** skipping: [localhost] PLAY [Destroy] ***************************************************************** TASK [Destroy molecule instance(s)] ******************************************** Wednesday 05 January 2022 19:59:39 -0500 (0:00:00.363) 0:00:09.827 ***** 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] ************************************************ Wednesday 05 January 2022 20:00:08 -0500 (0:00:28.836) 0:00:38.663 ***** ok: [localhost] TASK [Dump instance config] **************************************************** Wednesday 05 January 2022 20:00:08 -0500 (0:00:00.177) 0:00:38.840 ***** skipping: [localhost] PLAY RECAP ********************************************************************* localhost : ok=3 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 Wednesday 05 January 2022 20:00:08 -0500 (0:00:00.332) 0:00:39.172 ***** =============================================================================== Destroy molecule instance(s) ------------------------------------------- 28.84s Gathering Facts --------------------------------------------------------- 9.45s Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable --- 0.36s 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: Fedora-35 [WARNING]: Found both group and host with same name: Fedora-33 [WARNING]: Found both group and host with same name: CentOS-8 [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-34 playbook: /home/hawkwood/gas-station/roles/applications/gitdock/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: Fedora-33 [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: Fedora-35 [WARNING]: Found both group and host with same name: Fedora-34 [WARNING]: Found both group and host with same name: CentOS-7 PLAY [Update platforms] ******************************************************** TASK [Gathering Facts] ********************************************************* Wednesday 05 January 2022 20:00:11 -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] *** Wednesday 05 January 2022 20:00:21 -0500 (0:00:09.407) 0:00:09.421 ***** skipping: [localhost] PLAY [Create] ****************************************************************** TASK [Create molecule instance(s)] ********************************************* Wednesday 05 January 2022 20:00:21 -0500 (0:00:00.376) 0:00:09.798 ***** 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] ******************************************* Wednesday 05 January 2022 20:10:33 -0500 (0:10:12.233) 0:10:22.031 ***** ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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/gitdock/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] ********************************** Wednesday 05 January 2022 20:10:34 -0500 (0:00:01.034) 0:10:23.066 ***** ok: [localhost] TASK [Dump instance config] **************************************************** Wednesday 05 January 2022 20:10:35 -0500 (0:00:00.162) 0:10:23.229 ***** changed: [localhost] PLAY RECAP ********************************************************************* localhost : ok=5 changed=2 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 Wednesday 05 January 2022 20:10:36 -0500 (0:00:01.092) 0:10:24.321 ***** =============================================================================== Create molecule instance(s) ------------------------------------------- 612.23s Gathering Facts --------------------------------------------------------- 9.41s Dump instance config ---------------------------------------------------- 1.09s Populate instance config dict ------------------------------------------- 1.03s Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable --- 0.38s Convert instance config dict to a list ---------------------------------- 0.16s Playbook run took 0 days, 0 hours, 10 minutes, 24 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: CentOS-8 [WARNING]: Found both group and host with same name: Fedora-34 [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: CentOS-Stream-8 PLAY [Prepare] ***************************************************************** TASK [Bootstrap Python for Ansible] ******************************************** Wednesday 05 January 2022 20:10:38 -0500 (0:00:00.033) 0:00:00.033 ***** skipping: [Windows-10] ok: [Debian-9-Stretch] ok: [Debian-10-Buster] ok: [ArchLinux-Latest] ok: [Debian-11-Bullseye] ok: [CentOS-7] ok: [Fedora-35] ok: [Fedora-33] ok: [Fedora-34] ok: [Ubuntu-18.04-Bionic-Beaver] ok: [Ubuntu-21.10-Impish-Indri] ok: [Ubuntu-21.04-Hirsute-Hippo] ok: [Ubuntu-20.04-Focal-Fossa] ok: [CentOS-Stream-8] ok: [CentOS-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 Wednesday 05 January 2022 20:12:20 -0500 (0:01:41.866) 0:01:41.900 ***** =============================================================================== Bootstrap Python for Ansible ------------------------------------------ 101.87s Playbook run took 0 days, 0 hours, 1 minutes, 41 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-7 [WARNING]: Found both group and host with same name: Fedora-34 [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: CentOS-Stream-8 [WARNING]: Found both group and host with same name: Fedora-35 PLAY [Converge] **************************************************************** TASK [Gathering Facts] ********************************************************* Wednesday 05 January 2022 20:12:22 -0500 (0:00:00.031) 0:00:00.031 ***** ok: [CentOS-7] ok: [Debian-9-Stretch] ok: [ArchLinux-Latest] ok: [Debian-10-Buster] ok: [Debian-11-Bullseye] ok: [CentOS-8] ok: [CentOS-Stream-8] ok: [Fedora-33] ok: [Ubuntu-18.04-Bionic-Beaver] ok: [Ubuntu-21.04-Hirsute-Hippo] ok: [Fedora-34] ok: [Fedora-35] ok: [Ubuntu-20.04-Focal-Fossa] ok: [Ubuntu-21.10-Impish-Indri] ok: [Windows-10] TASK [professormanhattan.gitdock : Detect the latest GitDock version] ********** Wednesday 05 January 2022 20:12:26 -0500 (0:00:04.102) 0:00:04.134 ***** ok: [Debian-9-Stretch] ok: [CentOS-7] ok: [Fedora-35] ok: [ArchLinux-Latest] ok: [Ubuntu-20.04-Focal-Fossa] ok: [Debian-11-Bullseye] ok: [Debian-10-Buster] ok: [Fedora-33] ok: [CentOS-8] ok: [Fedora-34] ok: [CentOS-Stream-8] ok: [Ubuntu-21.04-Hirsute-Hippo] ok: [Ubuntu-21.10-Impish-Indri] ok: [Ubuntu-18.04-Bionic-Beaver] [WARNING]: No python interpreters found for host Windows-10 (tried ['/usr/bin/python', 'python3.9', 'python3.8', 'python3.7', 'python3.6', 'python3.5', 'python2.7', 'python2.6', '/usr/libexec/platform-python', '/usr/bin/python3', 'python']) fatal: [Windows-10]: FAILED! => changed=false ansible_facts: discovered_interpreter_python: /usr/bin/python module_stderr: |- Exception calling "Create" with "1" argument(s): "At line:4 char:21 + def _ansiballz_main(): + ~ An expression was expected after '('. At line:13 char:27 + except (AttributeError, OSError): + ~ Missing argument in parameter list. At line:15 char:29 + excludes = set(('', '.', scriptdir)) + ~ Missing expression after ','. At line:15 char:30 + excludes = set(('', '.', scriptdir)) + ~~~~~~~~~ Unexpected token 'scriptdir' in expression or statement. At line:15 char:29 + excludes = set(('', '.', scriptdir)) + ~ Missing closing ')' in expression. At line:15 char:39 + excludes = set(('', '.', scriptdir)) + ~ Unexpected token ')' in expression or statement. At line:15 char:40 + excludes = set(('', '.', scriptdir)) + ~ Unexpected token ')' in expression or statement. At line:22 char:7 + if sys.version_info < (3,): + ~ Missing '(' after 'if' in if statement. At line:22 char:30 + if sys.version_info < (3,): + ~ Missing expression after ','. At line:22 char:25 + if sys.version_info < (3,): + ~ The '<' operator is reserved for future use. Not all parse errors were reported. Correct the reported errors and try again." At line:10 char:1 + $exec_wrapper = [ScriptBlock]::Create($split_parts[0]) + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : ParseException The expression after '&' in a pipeline element produced an object that was not valid. It must result in a command name, a script block, or a CommandInfo object. At line:11 char:2 + &$exec_wrapper + ~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : BadExpression module_stdout: '' msg: |- MODULE FAILURE See stdout/stderr for the exact error rc: 1 TASK [professormanhattan.gitdock : Save the latest GitDock version to a variable] *** Wednesday 05 January 2022 20:12:29 -0500 (0:00:02.324) 0:00:06.458 ***** 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] TASK [professormanhattan.gitdock : include_tasks] ****************************** Wednesday 05 January 2022 20:12:29 -0500 (0:00:00.131) 0:00:06.589 ***** skipping: [ArchLinux-Latest] included: /home/hawkwood/gas-station/roles/applications/gitdock/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/gitdock/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.gitdock : Run generic Linux tasks] ******************** Wednesday 05 January 2022 20:12:29 -0500 (0:00:00.193) 0:00:06.783 ***** included: /home/hawkwood/gas-station/roles/applications/gitdock/tasks/install-Linux.yml for CentOS-7, CentOS-8, CentOS-Stream-8, Fedora-33, Fedora-34, Fedora-35 TASK [professormanhattan.gitdock : Ensure custom facts directory exists] ******* Wednesday 05 January 2022 20:12:29 -0500 (0:00:00.153) 0:00:06.936 ***** changed: [CentOS-7] changed: [CentOS-8] changed: [CentOS-Stream-8] changed: [Fedora-33] changed: [Fedora-35] changed: [Fedora-34] TASK [professormanhattan.gitdock : Ensure /usr/local/src/gitdock directory exists] *** Wednesday 05 January 2022 20:12:30 -0500 (0:00:00.432) 0:00:07.369 ***** skipping: [CentOS-7] skipping: [CentOS-8] skipping: [CentOS-Stream-8] skipping: [Fedora-33] skipping: [Fedora-34] skipping: [Fedora-35] TASK [professormanhattan.gitdock : Determine whether or not the latest version of GitDock is already installed] *** Wednesday 05 January 2022 20:12:30 -0500 (0:00:00.085) 0:00:07.454 ***** ok: [CentOS-7] ok: [CentOS-8] ok: [CentOS-Stream-8] ok: [Fedora-33] ok: [Fedora-34] ok: [Fedora-35] TASK [professormanhattan.gitdock : Acquire GitDock's latest installer] ********* Wednesday 05 January 2022 20:12:30 -0500 (0:00:00.086) 0:00:07.541 ***** skipping: [CentOS-7] skipping: [CentOS-8] skipping: [CentOS-Stream-8] skipping: [Fedora-33] skipping: [Fedora-34] skipping: [Fedora-35] TASK [professormanhattan.gitdock : Ensure GitDock is installed (DEB)] ********** Wednesday 05 January 2022 20:12:30 -0500 (0:00:00.084) 0:00:07.625 ***** skipping: [CentOS-7] skipping: [CentOS-8] skipping: [CentOS-Stream-8] skipping: [Fedora-33] skipping: [Fedora-34] skipping: [Fedora-35] TASK [professormanhattan.gitdock : Ensure GitDock is installed (RPM)] ********** Wednesday 05 January 2022 20:12:30 -0500 (0:00:00.088) 0:00:07.714 ***** fatal: [CentOS-7]: FAILED! => changed=false msg: 'Failure downloading https://gitlab.com/api/v4/projects/28462485/packages/generic/gitdock/0.1.18/GitDock.rpm, HTTP Error 404: Not Found' fatal: [CentOS-8]: FAILED! => changed=false msg: 'Failure downloading https://gitlab.com/api/v4/projects/28462485/packages/generic/gitdock/0.1.18/GitDock.rpm, HTTP Error 404: Not Found' fatal: [CentOS-Stream-8]: FAILED! => changed=false msg: 'Failure downloading https://gitlab.com/api/v4/projects/28462485/packages/generic/gitdock/0.1.18/GitDock.rpm, HTTP Error 404: Not Found' fatal: [Fedora-33]: FAILED! => changed=false msg: 'Failure downloading https://gitlab.com/api/v4/projects/28462485/packages/generic/gitdock/0.1.18/GitDock.rpm, HTTP Error 404: Not Found' fatal: [Fedora-35]: FAILED! => changed=false msg: 'Failure downloading https://gitlab.com/api/v4/projects/28462485/packages/generic/gitdock/0.1.18/GitDock.rpm, HTTP Error 404: Not Found' fatal: [Fedora-34]: FAILED! => changed=false msg: 'Failure downloading https://gitlab.com/api/v4/projects/28462485/packages/generic/gitdock/0.1.18/GitDock.rpm, HTTP Error 404: Not Found' TASK [professormanhattan.gitdock : Run generic Linux tasks] ******************** Wednesday 05 January 2022 20:13:40 -0500 (0:01:10.125) 0:01:17.839 ***** included: /home/hawkwood/gas-station/roles/applications/gitdock/tasks/install-Linux.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.gitdock : Ensure custom facts directory exists] ******* Wednesday 05 January 2022 20:13:40 -0500 (0:00:00.109) 0:01:17.948 ***** changed: [Debian-9-Stretch] changed: [Debian-10-Buster] changed: [Debian-11-Bullseye] changed: [Ubuntu-18.04-Bionic-Beaver] changed: [Ubuntu-21.04-Hirsute-Hippo] changed: [Ubuntu-20.04-Focal-Fossa] changed: [Ubuntu-21.10-Impish-Indri] TASK [professormanhattan.gitdock : Ensure /usr/local/src/gitdock directory exists] *** Wednesday 05 January 2022 20:13:41 -0500 (0:00:00.705) 0:01:18.653 ***** changed: [Debian-9-Stretch] changed: [Debian-11-Bullseye] changed: [Debian-10-Buster] changed: [Ubuntu-18.04-Bionic-Beaver] changed: [Ubuntu-20.04-Focal-Fossa] changed: [Ubuntu-21.04-Hirsute-Hippo] changed: [Ubuntu-21.10-Impish-Indri] TASK [professormanhattan.gitdock : Determine whether or not the latest version of GitDock is already installed] *** Wednesday 05 January 2022 20:13:41 -0500 (0:00:00.309) 0:01:18.963 ***** ok: [Debian-10-Buster] ok: [Debian-11-Bullseye] ok: [Debian-9-Stretch] ok: [Ubuntu-18.04-Bionic-Beaver] ok: [Ubuntu-20.04-Focal-Fossa] ok: [Ubuntu-21.04-Hirsute-Hippo] ok: [Ubuntu-21.10-Impish-Indri] TASK [professormanhattan.gitdock : Acquire GitDock's latest installer] ********* Wednesday 05 January 2022 20:13:41 -0500 (0:00:00.086) 0:01:19.049 ***** fatal: [Debian-9-Stretch]: FAILED! => changed=false dest: /usr/local/src/gitdock/GitDockv0.1.18.deb elapsed: 0 msg: Request failed response: 'HTTP Error 404: Not Found' status_code: 404 url: https://gitlab.com/api/v4/projects/28462485/packages/generic/gitdock/0.1.18/GitDock.deb fatal: [Debian-10-Buster]: FAILED! => changed=false dest: /usr/local/src/gitdock/GitDockv0.1.18.deb elapsed: 0 msg: Request failed response: 'HTTP Error 404: Not Found' status_code: 404 url: https://gitlab.com/api/v4/projects/28462485/packages/generic/gitdock/0.1.18/GitDock.deb fatal: [Debian-11-Bullseye]: FAILED! => changed=false dest: /usr/local/src/gitdock/GitDockv0.1.18.deb elapsed: 0 msg: Request failed response: 'HTTP Error 404: Not Found' status_code: 404 url: https://gitlab.com/api/v4/projects/28462485/packages/generic/gitdock/0.1.18/GitDock.deb fatal: [Ubuntu-21.10-Impish-Indri]: FAILED! => changed=false dest: /usr/local/src/gitdock/GitDockv0.1.18.deb elapsed: 0 msg: Request failed response: 'HTTP Error 404: Not Found' status_code: 404 url: https://gitlab.com/api/v4/projects/28462485/packages/generic/gitdock/0.1.18/GitDock.deb fatal: [Ubuntu-21.04-Hirsute-Hippo]: FAILED! => changed=false dest: /usr/local/src/gitdock/GitDockv0.1.18.deb elapsed: 0 msg: Request failed response: 'HTTP Error 404: Not Found' status_code: 404 url: https://gitlab.com/api/v4/projects/28462485/packages/generic/gitdock/0.1.18/GitDock.deb fatal: [Ubuntu-18.04-Bionic-Beaver]: FAILED! => changed=false dest: /usr/local/src/gitdock/GitDockv0.1.18.deb elapsed: 0 msg: Request failed response: 'HTTP Error 404: Not Found' status_code: 404 url: https://gitlab.com/api/v4/projects/28462485/packages/generic/gitdock/0.1.18/GitDock.deb fatal: [Ubuntu-20.04-Focal-Fossa]: FAILED! => changed=false dest: /usr/local/src/gitdock/GitDockv0.1.18.deb elapsed: 0 msg: Request failed response: 'HTTP Error 404: Not Found' status_code: 404 url: https://gitlab.com/api/v4/projects/28462485/packages/generic/gitdock/0.1.18/GitDock.deb PLAY RECAP ********************************************************************* ArchLinux-Latest : ok=3 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 CentOS-7 : ok=7 changed=1 unreachable=0 failed=1 skipped=3 rescued=0 ignored=0 CentOS-8 : ok=7 changed=1 unreachable=0 failed=1 skipped=3 rescued=0 ignored=0 CentOS-Stream-8 : ok=7 changed=1 unreachable=0 failed=1 skipped=3 rescued=0 ignored=0 Debian-10-Buster : ok=8 changed=2 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 Debian-11-Bullseye : ok=8 changed=2 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 Debian-9-Stretch : ok=8 changed=2 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 Fedora-33 : ok=7 changed=1 unreachable=0 failed=1 skipped=3 rescued=0 ignored=0 Fedora-34 : ok=7 changed=1 unreachable=0 failed=1 skipped=3 rescued=0 ignored=0 Fedora-35 : ok=7 changed=1 unreachable=0 failed=1 skipped=3 rescued=0 ignored=0 Ubuntu-18.04-Bionic-Beaver : ok=8 changed=2 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 Ubuntu-20.04-Focal-Fossa : ok=8 changed=2 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 Ubuntu-21.04-Hirsute-Hippo : ok=8 changed=2 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 Ubuntu-21.10-Impish-Indri : ok=8 changed=2 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 Windows-10 : ok=1 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 Wednesday 05 January 2022 20:13:42 -0500 (0:00:00.753) 0:01:19.802 ***** =============================================================================== professormanhattan.gitdock : Ensure GitDock is installed (RPM) --------- 70.13s Gathering Facts --------------------------------------------------------- 4.10s professormanhattan.gitdock : Detect the latest GitDock version ---------- 2.32s professormanhattan.gitdock : Acquire GitDock's latest installer --------- 0.75s professormanhattan.gitdock : Ensure custom facts directory exists ------- 0.71s professormanhattan.gitdock : Ensure custom facts directory exists ------- 0.43s professormanhattan.gitdock : Ensure /usr/local/src/gitdock directory exists --- 0.31s professormanhattan.gitdock : include_tasks ------------------------------ 0.19s professormanhattan.gitdock : Run generic Linux tasks -------------------- 0.15s professormanhattan.gitdock : Save the latest GitDock version to a variable --- 0.13s professormanhattan.gitdock : Run generic Linux tasks -------------------- 0.11s professormanhattan.gitdock : Ensure GitDock is installed (DEB) ---------- 0.09s professormanhattan.gitdock : Determine whether or not the latest version of GitDock is already installed --- 0.09s professormanhattan.gitdock : Determine whether or not the latest version of GitDock is already installed --- 0.09s professormanhattan.gitdock : Ensure /usr/local/src/gitdock directory exists --- 0.09s professormanhattan.gitdock : Acquire GitDock's latest installer --------- 0.08s Playbook run took 0 days, 0 hours, 1 minutes, 19 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-7 [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 [WARNING]: Found both group and host with same name: Fedora-34 [WARNING]: Found both group and host with same name: Fedora-35 PLAY [Update platforms] ******************************************************** TASK [Gathering Facts] ********************************************************* Wednesday 05 January 2022 20:13:45 -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] *** Wednesday 05 January 2022 20:13:56 -0500 (0:00:11.264) 0:00:11.279 ***** skipping: [localhost] PLAY [Destroy] ***************************************************************** TASK [Destroy molecule instance(s)] ******************************************** Wednesday 05 January 2022 20:13:57 -0500 (0:00:00.399) 0:00:11.678 ***** 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) c