diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-01 02:12:10 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-01 02:12:10 +0100 |
commit | f246600cbb66834c1289bf52cf7bd95cc6428b02 (patch) | |
tree | 2672aa9539cad83ae3c8861ebc0571c398a397f6 /ansible/ansible.cfg | |
parent | 97f55e590c58a3f252497df23bcec97c9352ff06 (diff) |
Working debian packer template w/ ansible to set up fw rules after reboot
Diffstat (limited to 'ansible/ansible.cfg')
-rw-r--r-- | ansible/ansible.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg new file mode 100644 index 0000000..002a50d --- /dev/null +++ b/ansible/ansible.cfg @@ -0,0 +1,2 @@ +[defaults] +roles_path = ./roles |