This commit is contained in:
jaydee
2022-12-14 02:23:34 +01:00
parent fdcd79983a
commit 7385b59c72
43 changed files with 1729 additions and 0 deletions

11
playbooks/00_getmac.yml Normal file
View File

@ -0,0 +1,11 @@
- hosts: datacenter
name: Apt udate
become: true
tasks:
- name: Debug
ansible.builtin.debug:
msg: "{{ ansible_eth0.macaddress }}"
- name: Debug
ansible.builtin.debug:
msg: "olalalaaaa"
when: ansible_eth0.macaddress == "b8:27:eb:29:cb:d41"