-add build-essential to installed packages (Ubuntu/Raspbian specific)
This commit is contained in:
2
hosts
2
hosts
@@ -9,7 +9,7 @@ sdwsrvl ansible_host=192.168.90.2 site_clli=LSBGFL59
|
|||||||
sdwcltm4 ansible_host=192.168.100.2 site_clli=PROVUTZZ
|
sdwcltm4 ansible_host=192.168.100.2 site_clli=PROVUTZZ
|
||||||
sdwcltm6 ansible_host=192.168.200.34 site_clli=PHLJPAMT
|
sdwcltm6 ansible_host=192.168.200.34 site_clli=PHLJPAMT
|
||||||
ubuntu-server-1 ansible_host=192.168.201.2 site_clli=MTLRNJIK
|
ubuntu-server-1 ansible_host=192.168.201.2 site_clli=MTLRNJIK
|
||||||
sdwcltm9 ansible_host=192.168.200.163 ansible_user=ubuntu site_clli=NRCRGAQN
|
sdwcltm9 ansible_host=192.168.200.163 site_clli=NRCRGAQN
|
||||||
#192.168.201.3
|
#192.168.201.3
|
||||||
ipsectest1 ansible_host=192.168.201.90
|
ipsectest1 ansible_host=192.168.201.90
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
- name: install programs and libraries
|
- name: install programs and libraries
|
||||||
become: true
|
become: true
|
||||||
apt:
|
apt:
|
||||||
name: [ 'expect', 'ftp', 'cadaver', 'iperf', 'iperf3', 'libpcap0.8', 'libsctp1', 'libsctp-dev', 'libncurses-dev', 'libssl-dev', 'libpcap-dev', 'vim', 'mc', 'smbclient', 'ncurses-dev' ]
|
name: [ 'expect', 'ftp', 'cadaver', 'iperf', 'iperf3', 'libpcap0.8', 'libsctp1', 'libsctp-dev', 'libncurses-dev', 'libssl-dev', 'libpcap-dev', 'vim', 'mc', 'smbclient', 'ncurses-dev', 'build-essential' ]
|
||||||
update_cache: true
|
update_cache: true
|
||||||
state: present
|
state: present
|
||||||
tags: install_packages
|
tags: install_packages
|
||||||
|
|||||||
Reference in New Issue
Block a user