Skip to content

Commit

Permalink
iron-up
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed May 30, 2023
1 parent 4f95791 commit 088ef1f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 322 deletions.
2 changes: 1 addition & 1 deletion inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ all:
vm_cpus: 2
vm_vram: 128
vm_headless: false
vm_browser: firefox # 'chromium-browser' or 'firefox'
vm_browser: chromium-browser # 'chromium-browser' or 'firefox'
vm_data_folder: "/usr/local/share" # this is used to put shared data files in
# vm_shared_folder: "/shared" # this is currently inactive in Vagrant config
vm_timezone: "Europe/Zurich"
Expand Down
317 changes: 0 additions & 317 deletions playbook-qe.yml

This file was deleted.

8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ passenv =
VAGRANT_NO_GUI
VAGRANT_ON_GH
BUILD_PLAYBOOK
allowlist_externals = vagrant
whitelist_externals = vagrant
commands_pre =
ansible-galaxy install -r requirements.yml
commands = vagrant {posargs:up}
Expand All @@ -27,7 +27,7 @@ deps = -rrequirements.txt
passenv =
HOME
BUILD_PLAYBOOK
allowlist_externals = vagrant
whitelist_externals = vagrant
commands_pre =
ansible-galaxy install -r requirements.yml -vvv
; vagrant ssh-config > vagrant-ssh
Expand All @@ -48,7 +48,7 @@ commands = ansible-galaxy {posargs:install -r requirements.yml --force}
description = Update aspects of vagrant
passenv =
HOME
allowlist_externals = vagrant
whitelist_externals = vagrant
commands =
vagrant box update
vagrant box prune
Expand All @@ -72,7 +72,7 @@ description =
clean: Build the documentation (remove any existing build)
update: Build the documentation (modify any existing build)
deps = -rrequirements-docs.txt
allowlist_externals = rm
whitelist_externals = rm
commands =
clean: rm -rf docs/_build
sphinx-build -nW --keep-going -b {posargs:html} docs/ docs/_build/{posargs:html}
Expand Down

0 comments on commit 088ef1f

Please sign in to comment.