[add cosmos]
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
- hosts: bastion
|
||||
- hosts: all
|
||||
# vars:
|
||||
become: true
|
||||
gather_facts: true
|
||||
@@ -7,6 +7,10 @@
|
||||
# to reinstall netbird rm /usr/share/keyrings/netbird-archive-keyring.gpg
|
||||
# become root no password /etc/sudoers.d/20stephane => stephane ALL=(ALL) NOPASSWD: ALL
|
||||
|
||||
- apt:
|
||||
update_cache: yes
|
||||
become: true
|
||||
|
||||
- ansible.builtin.pip:
|
||||
name: netaddr
|
||||
delegate_to: localhost
|
||||
|
||||
Reference in New Issue
Block a user