--- # 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: # - { role: common, when: ansible_distribution != "Ubuntu" } # - admin-access - common - { role: tcwg-apt-repo-add, when: ansible_architecture == "x86_64" } - tcwg-sys-add-user - tcwg-sys-ssh-server - tcwg-sysctl - { role: tcwg-stop-not-needed-services, when: ansible_distribution != "Ubuntu" } - tcwg-apt-install - tcwg-docker