No description
Find a file
Timo Makinen c80eca3d85 New implementation of network interfaces
Combine interfaces and network_ether_interfaces into one common
variable network_interfaces. Provisioning uses format:

network_interfaces:
  - device: device name eg. vio0 or eth0
    vlan: vlan id for this interface
    mac: mac address for interface (optional)

Additionally network role will use more settings to configure
interface.
2020-08-27 17:42:07 +00:00
group_vars Add support to provision OpenBSD KVM guests 2020-08-27 12:40:17 +00:00
host_vars New implementation of network interfaces 2020-08-27 17:42:07 +00:00
playbooks New implementation of network interfaces 2020-08-27 17:42:07 +00:00
roles New implementation of network interfaces 2020-08-27 17:42:07 +00:00
scripts Initial version of playbook which creates virtual machines. 2019-05-10 10:26:27 +03:00
.gitignore Initial version of playbook which creates virtual machines. 2019-05-10 10:26:27 +03:00
ansible.cfg ansible-host: Don't print skipped hosts 2020-08-27 14:59:37 +03:00
hosts add adm01.home.foo.sh 2020-08-26 23:26:00 +03:00
LICENSE added mit license 2019-05-13 11:48:26 +03:00
Makefile Lint fixes 2020-08-26 21:38:18 +03:00
site.yml add log.yml playbook to site wide playbook 2019-07-19 17:59:10 +03:00
user.list added user.list which contains reserved uid/gid numbers used in ansible rules 2019-05-13 11:48:50 +03:00