debian.yml 262 B

123456789
  1. - name: Install network config
  2. when: supernode_interfaces is defined
  3. template: src=interfaces.j2 dest=/etc/network/interfaces
  4. notify: Restart network
  5. - name: Make sure necessary tools are installed
  6. apt: name={{item}} state=present
  7. with_items:
  8. - wget