--- # Playbook to set up basic config (vim-nox, ntpd, static routes) - hosts: all vars: id_key: 2CF4470F repo: '"deb http://ftp.linuxfoundation.org/pub/lsb/repositories/debian lsb-5.0 main"' repo_key: http://ftp.linuxfoundation.org/pub/lsb/keys-for-rpm/lsb-repo-2CF4470F.txt extended: false roles: - common # - admin-access - { role: tcwg-apt-repo-add, when: ansible_architecture == "x86_64" } - tcwg-sys-add-user - tcwg-sysctl - lab-sssd-access - tcwg-stop-not-needed-services - tcwg-apt-install - tcwg-docker