AniNIX/Wiki#21 -- effecting renames for policy
This commit is contained in:
		@@ -16,21 +16,21 @@
 | 
			
		||||
 | 
			
		||||
  - name: Tap ArchLinux network config
 | 
			
		||||
    become: yes
 | 
			
		||||
      #when: tap is defined and not static is defined
 | 
			
		||||
    when: tap is defined
 | 
			
		||||
    template:
 | 
			
		||||
        src: netctl-tap.j2
 | 
			
		||||
        dest: "/etc/netctl/{{ ipinterface }}"
 | 
			
		||||
 | 
			
		||||
  - name: Bridge ArchLinux network config
 | 
			
		||||
    become: yes
 | 
			
		||||
      #when: tap is defined and not static is defined
 | 
			
		||||
    when: tap is defined
 | 
			
		||||
    template:
 | 
			
		||||
        src: netctl-bond.j2
 | 
			
		||||
        dest: "/etc/netctl/br0"
 | 
			
		||||
 | 
			
		||||
  - name: Tunnel ArchLinux network config
 | 
			
		||||
    become: yes
 | 
			
		||||
      #when: tap is defined and not static is defined
 | 
			
		||||
    when: tap is defined
 | 
			
		||||
    copy:
 | 
			
		||||
        src: netctl-tun
 | 
			
		||||
        dest: "/etc/netctl/tun0"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user