Skip to content

Commit

Permalink
netplan
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Dec 30, 2024
1 parent 170cb7a commit f65645a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
1 change: 1 addition & 0 deletions ansible/roles/.ansible-lint-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chrony_server/tasks/main.yml no-changed-when
11 changes: 0 additions & 11 deletions ansible/roles/chrony_server/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,6 @@
- name: Restore iptables rules
ansible.builtin.command:
cmd: "bash -c '/sbin/iptables-restore < /etc/iptables/rules.v4'"
creates: /tmp/fake_for_linter

- name: Cleanup old netplan file
ansible.builtin.file:
path: /etc/netplan/dummy0.yaml
state: "absent"

- name: Cleanup old netplan file
ansible.builtin.file:
path: /etc/netplan/dummy1.yaml
state: "absent"

- name: Import the netplan_loopback role from the nycmesh.common collection
ansible.builtin.import_role:
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ collections:
- name: nycmesh.common
source: git+https://github.com/nycmeshnet/nycmesh-ansible.git
type: git
version: james/netplan_loopback_ip
version: main

0 comments on commit f65645a

Please sign in to comment.