# this is an ansible playbook, and can be called with # # ansible-playbook packages.yml # # to see what would actually be done, use: # # ansible-playbook packages.yml --check --diff # # note that will install *all* packages from all tasks. you may want # to use "tags" to restrict which packages get installed. for example: # # ansible-playbook packages.yml --tags graphics # # This was moved to Puppet, see https://gitlab.com/anarcat/puppet/